Skip to main content
All docs
V23.2

GraphicsUnitConverter.DocToDeviceDpi(Single, Single) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static float DocToDeviceDpi(
    float val,
    float deviceDpi
)

Parameters

Name Type
val Single
deviceDpi Single

Returns

Type
Single
See Also