Enum EmfPlusUnitType
EmfPlusUnitType enumeration
The UnitType enumeration defines units of measurement in different coordinate systems.
public enum EmfPlusUnitType
Values
| Name | Value | Description |
|---|---|---|
| UnitTypeWorld | 0 | Specifies a unit of logical distance within the world space. |
| UnitTypeDisplay | 1 | 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. |
| UnitTypePixel | 2 | Specifies a unit of 1 pixel. |
| UnitTypePoint | 3 | Specifies a unit of 1 printer’s point, or 1/72 inch. |
| UnitTypeInch | 4 | Specifies a unit of 1 inch. |
| UnitTypeDocument | 5 | Specifies a unit of 1/300 inch. |
| UnitTypeMillimeter | 6 | Specifies a unit of 1 millimeter. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging