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

Units.DocumentsToMillimetersF(Single) Method

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

Namespace: DevExpress.Office.Utils

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

Declaration

public static float DocumentsToMillimetersF(
    float value
)

Parameters

Name Type Description
value Single

The Single documents value to be converted to millimeters.

Returns

Type Description
Single

A Single value.

See Also