Back to Devexpress

Units.CentimetersToDocumentsF(Single) Method

officefileapi-devexpress-dot-office-dot-utils-dot-units-dot-centimeterstodocumentsf-x28-system-dot-single-x29.md

latest1.4 KB
Original Source

Units.CentimetersToDocumentsF(Single) Method

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

Namespace : DevExpress.Office.Utils

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

NuGet Package : DevExpress.Office.Core

Declaration

csharp
public static float CentimetersToDocumentsF(
    float value
)
vb
Public Shared Function CentimetersToDocumentsF(
    value As Single
) As Single

Parameters

NameTypeDescription
valueSingle

The Single centimeter value to be converted to documents.

|

Returns

TypeDescription
Single

A Single value.

|

See Also

Unit

Units Class

Units Members

DevExpress.Office.Utils Namespace