Skip to main content

GraphicsUnitConverter.PixelToDoc(SizeF) Method

Converts the size calculated in pixels to a size calculated in document units (measured in 1/300 of an inch).

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static SizeF PixelToDoc(
    SizeF val
)

Parameters

Name Type Description
val SizeF

A SizeF structure.

Returns

Type Description
SizeF

A SizeF structure.

See Also