Enum BarcodeUnit
Specifies the unit of measure for barcode generation.
Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode.dll
Syntax
public enum BarcodeUnit
Fields
| Name | Description |
|---|---|
| Centimeter | Specifies the centimeter as the unit of measure. |
| Inch | Specifies the inch as the unit of measure. |
| Millimeter | Specifies the millimeter as the unit of measure. |
| Mils | Specifies the Mils (one-thousandth of an inch) as the unit of measure. |