GraphicsUnitConverter.DeviceDpiToDoc(Single, Single) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| val | Single |
| deviceDpi | Single |
Returns
| Type |
|---|
| Single |
See Also
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v26.1.dll
public static float DeviceDpiToDoc(
float val,
float deviceDpi
)
Public Shared Function DeviceDpiToDoc(
val As Single,
deviceDpi As Single
) As Single
| Name | Type |
|---|---|
| val | Single |
| deviceDpi | Single |
| Type |
|---|
| Single |