Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / UnitTypeEnum Enumeration

In This Topic
    UnitTypeEnum Enumeration
    In This Topic
    Enumerates units of measurement used in GC document libraries, 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
             GrapeCity.Documents.Common.UnitTypeEnum

    See Also