Skip to main content

Units.DocumentsToPicasF(Single) Method

Converts a measurement from documents to picas. Returns the converted measurement as a Single.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v24.2.Core.dll

NuGet Package: DevExpress.Office.Core

Declaration

public static float DocumentsToPicasF(
    float value
)

Parameters

Name Type Description
value Single

The Single documents value to be converted to picas.

Returns

Type Description
Single

A Single value.

See Also