public final class EmfPlusUnitType
extends com.aspose.ms.System.Enum
The UnitType enumeration defines units of measurement in different coordinate systems.
Modifier and Type | Field and Description |
---|---|
static int |
UnitTypeDisplay
Specifies a unit of distance based on the characteristics of the physical display.
|
static int |
UnitTypeDocument
Specifies a unit of 1/300 inch.
|
static int |
UnitTypeInch
Specifies a unit of 1 inch.
|
static int |
UnitTypeMillimeter
Specifies a unit of 1 millimeter.
|
static int |
UnitTypePixel
Specifies a unit of 1 pixel.
|
static int |
UnitTypePoint
Specifies a unit of 1 printer's point, or 1/72 inch.
|
static int |
UnitTypeWorld
Specifies a unit of logical distance within the world space.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int UnitTypeWorld
Specifies a unit of logical distance within the world space.
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.
public static final int UnitTypePixel
Specifies a unit of 1 pixel.
public static final int UnitTypePoint
Specifies a unit of 1 printer's point, or 1/72 inch.
public static final int UnitTypeInch
Specifies a unit of 1 inch.
public static final int UnitTypeDocument
Specifies a unit of 1/300 inch.
public static final int UnitTypeMillimeter
Specifies a unit of 1 millimeter.