Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

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.v19.1.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