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 nameDescription
UNIT_TYPE_DISPLAYSpecifies 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_DOCUMENTSpecifies a unit of 1/300 inch.
UNIT_TYPE_INCHSpecifies a unit of 1 inch.
UNIT_TYPE_MILLIMETERSpecifies a unit of 1 millimeter.
UNIT_TYPE_PIXELSpecifies a unit of 1 pixel.
UNIT_TYPE_POINTSpecifies a unit of 1 printer’s point, or 1/72 inch.
UNIT_TYPE_WORLDSpecifies a unit of logical distance within the world space.