[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.UnitTypeEnum

Enum UnitTypeEnum

Namespace
GrapeCity.Documents.Common
Assembly
GcDocs.Imaging.dll

Enumerates units of measurement used by Unit and related types.

public enum UnitTypeEnum

Fields

Cm = 8

Specifies centimetre's as the unit of measure.

Dip = 9

Specifies DIP's 1/96 inch as the unit of measure.

Display = 7

Specifies 1/75 inch as the unit of measure.

Document = 0

Specifies the document unit (1/300 inch) as the unit of measure.

Inch = 1

Specifies the inch as the unit of measure.

InHs = 6

Specifies a hundredths of an inch as the unit of measure.

Mm = 2

Specifies the millimeter as the unit of measure.

Pica = 3

Specifies the pica unit (1/6 inch) as the unit of measure.

Point = 4

Specifies a printer's point (1/72 inch) as the unit of measure.

Twip = 5

Specifies a twip (1/1440 inch) as the unit of measure.