Skip to main content
All docs
V26.1
  • Units.EmuToDocumentsF(Single) Method

    Converts a value in EMUs to documents.

    Namespace: DevExpress.Office.Utils

    Assembly: DevExpress.Office.v26.1.Core.dll

    NuGet Package: DevExpress.Office.Core

    Declaration

    public static float EmuToDocumentsF(
        float val
    )

    Parameters

    Name Type Description
    val Single

    A value in EMUs.

    Returns

    Type Description
    Single

    The value converted to documents.

    See Also