UnitOfMeasure EnumerationByteScout PDF SDK
Specifies the unit of measure for the given data.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public enum UnitOfMeasure
Members

  Member nameValueDescription
Point0 (0) Specifies a printer's point (1/72 inch) as the unit of measure. These are default units used in PDF documents.
Inch1 (1) Specifies the inch as the unit of measure.
Millimeter2 (2) Specifies the millimeter as the unit of measure.
Centimeter3 (3) Specifies the centimeter as the unit of measure.
Pixel96DPI4 (4) Specifies a device pixel at 96 DPI resolution as the unit of measure.
Pixel120DPI5 (5) Specifies a device pixel at 120 DPI resolution as the unit of measure.
Twip6 (6) Specifies the Twip unit (1/20 inch) as the unit of measure.
Document7 (7) Specifies the document unit (1/300 inch) as the unit of measure.
See Also

Reference