Enumerates units of measurement used in a C1PrintDocument, used by Unit and related types.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum UnitTypeEnum
Visual Basic
Public Enumeration UnitTypeEnum

Members

Member nameDescription
Default Units specified by a document's DefaultUnit are used.
Document Specifies the document unit (1/300 inch) as the unit of measure.
Inch Specifies the 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.
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.
InHs Specifies a hundredths of an inch as the unit of measure.
Display Specifies 1/75 inch as the unit of measure.
Cm Specifies centimetre's 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.
LineSpacing Measurement is relative to the spacing between two lines of element's font.

See Also