Enum PrinterUnit

PrinterUnit enumeration

Represents supported units for PageUnit.

public enum PrinterUnit

Values

NameValueDescription
Inch0Specifies the inch as the unit of measure.
Pixel1Specifies a device pixel as the unit of measure.
Point2Specifies a printer’s point as the unit of measure.
Cm3Specifies the cm as the unit of measure.
Millimeter4Specifies the millimeter as the unit of measure.

See Also