'Declaration Public Enum UnitTypeEnum Inherits System.Enum
public enum UnitTypeEnum : System.Enum
'Declaration Public Enum UnitTypeEnum Inherits System.Enum
public enum UnitTypeEnum : System.Enum
Member | Description |
---|---|
Cm | Specifies centimetre's as the unit of measure. |
Dip | Specifies DIP's 1/96 inch as the unit of measure. |
Display | Specifies 1/75 inch as the unit of measure. |
Document | Specifies the document unit (1/300 inch) as the unit of measure. |
Inch | Specifies the inch as the unit of measure. |
InHs | Specifies a hundredths of an inch as the unit of measure. |
Mm | Specifies the millimeter as the unit of measure. |
Pica | Specifies the pica unit (1/6 inch) as the unit of measure. |
Point | Specifies a printer's point (1/72 inch) as the unit of measure. |
Twip | Specifies a twip (1/1440 inch) as the unit of measure. |
System.Object
System.ValueType
System.Enum
C1.Win.Document.UnitTypeEnum