EmfPlusUnitType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusUnitType extends System.Enum
The UnitType enumeration defines units of measurement in different coordinate systems.
Fields
| Field | Description |
|---|---|
| UnitTypeWorld | Specifies a unit of logical distance within the world space. |
| UnitTypeDisplay | Specifies a unit of distance based on the characteristics of the physical display. |
| UnitTypePixel | Specifies a unit of 1 pixel. |
| UnitTypePoint | Specifies a unit of 1 printer’s point, or 1/72 inch. |
| UnitTypeInch | Specifies a unit of 1 inch. |
| UnitTypeDocument | Specifies a unit of 1/300 inch. |
| UnitTypeMillimeter | Specifies a unit of 1 millimeter. |
UnitTypeWorld
public static final int UnitTypeWorld
Specifies a unit of logical distance within the world space.
UnitTypeDisplay
public static final int UnitTypeDisplay
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
public static final int UnitTypePixel
Specifies a unit of 1 pixel.
UnitTypePoint
public static final int UnitTypePoint
Specifies a unit of 1 printer’s point, or 1/72 inch.
UnitTypeInch
public static final int UnitTypeInch
Specifies a unit of 1 inch.
UnitTypeDocument
public static final int UnitTypeDocument
Specifies a unit of 1/300 inch.
UnitTypeMillimeter
public static final int UnitTypeMillimeter
Specifies a unit of 1 millimeter.