Represents supported units for
PageUnit.
Namespace:
Aspose.Email.Printing
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration PrinterUnit
public enum class PrinterUnit
Members|
| Member name | Value | Description |
|---|
| Inch | 0 |
Specifies the inch as the unit of measure.
|
| Pixel | 1 |
Specifies a device pixel as the unit of measure.
|
| Point | 2 |
Specifies a printer's point as the unit of measure.
|
| Cm | 3 |
Specifies the cm as the unit of measure.
|
| Millimeter | 4 |
Specifies the millimeter as the unit of measure.
|
See Also