Skip to main content
A newer version of this page is available. .

GraphicsUnitConverter.DocToPixel(Single) Method

Converts the floating-point value calculated in document units (measured in 1/300 of an inch) to a value calculated in pixels.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static float DocToPixel(
    float val
)

Parameters

Name Type Description
val Single

A Single value.

Returns

Type Description
Single

A Single value.

See Also