ComponentOne FlexReport for WinForms
UnitTypeEnum Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : UnitTypeEnum Enumeration
Enumerates units of measurement used in a C1Document, used by Unit and related types.
Syntax
'Declaration
 
Public Enum UnitTypeEnum 
   Inherits System.Enum
public enum UnitTypeEnum : System.Enum 
Members
MemberDescription
CmSpecifies centimetre's as the unit of measure.
DipSpecifies DIP's 1/96 inch as the unit of measure.
DisplaySpecifies 1/75 inch as the unit of measure.
DocumentSpecifies the document unit (1/300 inch) as the unit of measure.
InchSpecifies the inch as the unit of measure.
InHsSpecifies a hundredths of an inch as the unit of measure.
MmSpecifies the millimeter as the unit of measure.
PicaSpecifies the pica unit (1/6 inch) 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.Win.C1Document.UnitTypeEnum

See Also

Reference

C1.Win.C1Document Namespace