Enum EmfPlusUnitType
Enum EmfPlusUnitType
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The UnitType enumeration defines units of measurement in different coordinate systems.
public enum EmfPlusUnitType
Fields
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.
UnitTypeDocument = 5
Specifies a unit of 1/300 inch.
UnitTypeInch = 4
Specifies a unit of 1 inch.
UnitTypeMillimeter = 6
Specifies a unit of 1 millimeter.
UnitTypePixel = 2
Specifies a unit of 1 pixel.
UnitTypePoint = 3
Specifies a unit of 1 printer’s point, or 1/72 inch.
UnitTypeWorld = 0
Specifies a unit of logical distance within the world space.