EmfPlusUnitType Enumeration
The UnitType enumeration defines units of measurement in different coordinate systems.
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusUnitType
Members
Member name | Description |
---|---|
UNIT_TYPE_DISPLAY | Specifies a unit of distance based on the characteristics of the physical display. For example, if the display device is a monitor, then the unit is 1 pixel. |
UNIT_TYPE_DOCUMENT | Specifies a unit of 1/300 inch. |
UNIT_TYPE_INCH | Specifies a unit of 1 inch. |
UNIT_TYPE_MILLIMETER | Specifies a unit of 1 millimeter. |
UNIT_TYPE_PIXEL | Specifies a unit of 1 pixel. |
UNIT_TYPE_POINT | Specifies a unit of 1 printer’s point, or 1/72 inch. |
UNIT_TYPE_WORLD | Specifies a unit of logical distance within the world space. |