Skip to main content
A newer version of this page is available. .

Units.PicasToDocumentsF(Single) Method

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

Namespace: DevExpress.Office.Utils

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

Declaration

public static float PicasToDocumentsF(
    float value
)

Parameters

Name Type Description
value Single

The Single picas value to be converted to documents.

Returns

Type Description
Single

A Single value.

See Also