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

FieldDescription
UnitTypeWorldSpecifies a unit of logical distance within the world space.
UnitTypeDisplaySpecifies a unit of distance based on the characteristics of the physical display.
UnitTypePixelSpecifies a unit of 1 pixel.
UnitTypePointSpecifies a unit of 1 printer’s point, or 1/72 inch.
UnitTypeInchSpecifies a unit of 1 inch.
UnitTypeDocumentSpecifies a unit of 1/300 inch.
UnitTypeMillimeterSpecifies 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.