Specifies the unit of measure for barcode generation.
            
    Namespace: 
   Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)
 Syntax
Syntax
| C# | 
|---|
| public enum BarcodeUnit | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration BarcodeUnit | 
| Visual C++ | 
|---|
| public enum class BarcodeUnit | 
 Members
Members
| Member name | Description | |
|---|---|---|
| Inch | 
            Specifies the inch as the unit of measure.
             | |
| Millimeter | 
            Specifies the millimeter as the unit of measure.
             | |
| Centimeter | 
            Specifies the centimeter as the unit of measure.
             | |
| Mils | 
            Specifies the Mils (one-thousandth of an inch) as the unit of measure.
             | 





