GraphicsDpi.DpiToUnit(Single) Method
Converts the specified DPI value to a corresponding unit of measure.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
dpi | Single | A Single value. |
Returns
Type | Description |
---|---|
GraphicsUnit | A GraphicsUnit enumeration value. |
See Also