[]
Enumerates units of measurement used in a C1PrintDocument, used by Unit and related types.
public enum UnitTypeEnum
| Name | Description |
|---|---|
| Cm | Specifies centimetre's as the unit of measure. |
| Default | Units specified by a document's DefaultUnit are used. |
| Display | Specifies 1/75 inch as the unit of measure. |
| Document | Specifies the document unit (1/300 inch) as the unit of measure. |
| Em | Measurement is relative to the height of the element's font. |
| Ex | Measurement is relative to the height of the lowercase letter x of the element's font. |
| InHs | Specifies a hundredths of an inch as the unit of measure. |
| Inch | Specifies the inch as the unit of measure. |
| LineSpacing | Measurement is relative to the spacing between two lines of element's font. |
| Mm | Specifies the millimeter as the unit of measure. |
| Pica | Specifies the pica unit (1/6 inch) as the unit of measure. |
| Pixel | Specifies a device pixel 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. |