Leadtools.Annotations Namespace : AnnUnit Enumeration |
[SerializableAttribute()] public enum AnnUnit : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum AnnUnit Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AnnUnit
[SerializableAttribute()] public enum class AnnUnit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Display | Specifies 1/75 inch as the unit of measure. |
0x00000001 | Document | Specifies 1/300 inch as the unit of measure. |
0x00000002 | SmartEnglish | Specifies that measurement is in "smart" English. A "smart" unit is a unit that can be automatically promoted to the next higher unit. The length displayed will be in the most appropriate unit. |
0x00000003 | SmartMetric | Specifies that measurement is in "smart" metric. A "smart" unit is a unit that can be automatically promoted to the next higher unit. The length displayed will be in the most appropriate unit. |
0x00000004 | Inch | Specifies the inch as the unit of measure. |
0x00000005 | Millimeter | Specifies the millimeter as the unit of measure. |
0x00000006 | Pixel | Specifies a device pixel as the unit of measure. |
0x00000007 | Point | Specifies a printer's point (1/72 inch) as the unit of measure. |
0x00000008 | Feet | Specifies feet as the unit of measure. |
0x00000009 | Yard | Specifies the yard as the unit of measure. |
0x0000000A | Micrometer | Specifies the micrometer (1/1000 millimeter) as the unit of measure. |
0x0000000B | Centimeter | Specifies the centimeter as the unit of measure. |
0x0000000C | Meter | Specifies the meter as the unit of measure. |
0x0000000D | Twip | Specifies the twip (TWentIeth of a Point) as the unit of measure. |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnUnit