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.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Pixel | 0 | (0) Specifies a device pixel as the unit of measure. | |
Point | 1 | (1) Specifies a printer's point (1/72 inch) as the unit of measure. It is also used in PDF documents. | |
Inch | 2 | (2) Specifies the inch as the unit of measure. | |
Document | 3 | (3) Specifies the document unit (1/300 inch) as the unit of measure. | |
Millimeter | 4 | (4) Specifies the millimeter as the unit of measure. | |
Centimeter | 5 | (5) Specifies the centimeter as the unit of measure. | |
Twip | 6 | (6) Specifies the twip unit (1/20 inch) as the unit of measure. |
See Also