Enum PrintUnits
Known to us measure units.
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public enum PrintUnits
Fields
Name | Description |
---|---|
Centimeter | Specifies the centimeter as the unit of measure. |
Display | Specifies 1/75 inch as the unit of measure. |
Document | Specifies the document unit (1/300 inch) as the unit of measure. |
Inch | Specifies the inch as the unit of measure. |
Millimeter | Specifies the millimeter as the unit of measure. |
Pixel | Specifies a device pixel as the unit of measure. |
Point | Specifies a printers point (1/72 inch) as the unit of measure. |