Skip to main content
All docs
V24.1

GraphicsUnitConverter.DeviceDpiToDoc(Single, Single) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public static float DeviceDpiToDoc(
    float val,
    float deviceDpi
)

Parameters

Name Type
val Single
deviceDpi Single

Returns

Type
Single
See Also