Leadtools.Forms Namespace : LogicalUnit Enumeration |
[SerializableAttribute()] public enum LogicalUnit : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum LogicalUnit Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As LogicalUnit
[SerializableAttribute()] public enum class LogicalUnit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Pixel | Specifies a device pixel as the unit of measure. |
0x00000001 | Display | Specifies 1/75 inch as the unit of measure. |
0x00000002 | Document | Specifies 1/300 inch as the unit of measure. |
0x00000003 | Inch | Specifies the inch as the unit of measure. |
0x00000004 | Millimeter | Specifies the millimeter (1/1000 meter) as the unit of measure. |
0x00000005 | Point | Specifies a printer's point (1/72 inch) as the unit of measure. |
0x00000006 | Feet | Specifies feet as the unit of measure. |
0x00000007 | Yard | Specifies the yard as the unit of measure. |
0x00000008 | Micrometer | Specifies the micrometer (1/1000 millimeter) as the unit of measure. |
0x00000009 | Centimeter | Specifies the micrometer (1/100 meter) as the unit of measure. |
0x0000000A | Meter | Specifies the meter as the unit of measure. |
0x0000000B | Twip | Specifies the twip (TWentIeth of a Point) as the unit of measure. |
System.Object
System.ValueType
System.Enum
Leadtools.Forms.LogicalUnit