UnitOfMeasure Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the unit of measure for the given data.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Point | 0 | (0) Specifies a printer's point (1/72 inch) as the unit of measure. These are default units used in PDF documents. | |
Inch | 1 | (1) Specifies the inch as the unit of measure. | |
Millimeter | 2 | (2) Specifies the millimeter as the unit of measure. | |
Centimeter | 3 | (3) Specifies the centimeter as the unit of measure. | |
Pixel96DPI | 4 | (4) Specifies a device pixel at 96 DPI resolution as the unit of measure. | |
Pixel120DPI | 5 | (5) Specifies a device pixel at 120 DPI resolution as the unit of measure. | |
Twip | 6 | (6) Specifies the Twip unit (1/20 inch) as the unit of measure. | |
Document | 7 | (7) Specifies the document unit (1/300 inch) as the unit of measure. |
See Also