GraphicsUnit Enumeration
Specifies the unit of measure for the given data.
Module: aspose.imaging
Full Name: aspose.imaging.GraphicsUnit
Members
| Member name | Description |
|---|---|
| DISPLAY | Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. |
| 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 printer’s point (1/72 inch) as the unit of measure. |
| WORLD | Specifies the world coordinate system unit as the unit of measure. |