Specifies the unit of measure for barcode generation.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)

Syntax

C#
public enum BarcodeUnit
Visual Basic
Public Enumeration BarcodeUnit

Members

Member nameValueDescription
Inch0 Specifies the inch as the unit of measure.
Millimeter1 Specifies the millimeter as the unit of measure.
Centimeter2 Specifies the centimeter as the unit of measure.
Mils3 Specifies the Mils (one-thousandth of an inch) as the unit of measure.

See Also