Enum BarcodeUnit
Specifies the unit of measure for barcode generation.
Namespace:Neodynamic.WebControls.BarcodeProfessional
Assembly:Neodynamic.WebControls.BarcodeProfessional.dll
Syntax
public enum BarcodeUnit
Fields
Centimeter
Specifies the centimeter as the unit of measure.
Declaration
Centimeter = 2
Field Value
Type | Description |
---|---|
BarcodeUnit |
Inch
Specifies the inch as the unit of measure.
Declaration
Inch = 0
Field Value
Type | Description |
---|---|
BarcodeUnit |
Millimeter
Specifies the millimeter as the unit of measure.
Declaration
Millimeter = 1
Field Value
Type | Description |
---|---|
BarcodeUnit |
Mils
Specifies the Mils (one-thousandth of an inch) as the unit of measure.
Declaration
Mils = 3
Field Value
Type | Description |
---|---|
BarcodeUnit |