C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / UnitTypeEnum Enumeration

UnitTypeEnum Enumeration
Enumerates units of measurement used in a C1PrintDocument, used by Unit and related types.
Syntax
'Declaration
 
Public Enum UnitTypeEnum 
   Inherits System.Enum
 
Members
MemberDescription
CmSpecifies centimetre's as the unit of measure.
DefaultUnits specified by a document's C1PrintDocument.DefaultUnit are used.
DisplaySpecifies 1/75 inch as the unit of measure.
DocumentSpecifies the document unit (1/300 inch) as the unit of measure.
EmMeasurement is relative to the height of the element's font.
ExMeasurement is relative to the height of the lowercase letter x of the element's font.
InchSpecifies the inch as the unit of measure.
InHsSpecifies a hundredths of an inch as the unit of measure.
LineSpacingMeasurement is relative to the spacing between two lines of element's font.
MmSpecifies the millimeter as the unit of measure.
PicaSpecifies the pica unit (1/6 inch) as the unit of measure.
PixelSpecifies a device pixel as the unit of measure.
PointSpecifies a printer's point (1/72 inch) as the unit of measure.
TwipSpecifies a twip (1/1440 inch) as the unit of measure.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.UnitTypeEnum

See Also