Link Search Menu Expand Document

UnitOfMeasure Enumeration

Specifies the unit of measure for the given data.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public enum UnitOfMeasure
Members
Member nameValueDescription
Pixel0 (0) Specifies a device pixel as the unit of measure.
Point1 (1) Specifies a printer's point (1/72 inch) as the unit of measure. It is also used in PDF documents.
Inch2 (2) Specifies the inch as the unit of measure.
Document3 (3) Specifies the document unit (1/300 inch) as the unit of measure.
Millimeter4 (4) Specifies the millimeter as the unit of measure.
Centimeter5 (5) Specifies the centimeter as the unit of measure.
Twip6 (6) Specifies the twip unit (1/20 inch) as the unit of measure.
See Also

Reference