Class BarcodeUnit
Specifies the unit of measure for barcode generation.
Inheritance
System.Object
BarcodeUnit
Namespace: Neodynamic.SDK.BarcodeCore
Assembly: Neodynamic.SDK.BarcodeCore.dll
Syntax
public sealed class BarcodeUnit : Enum
Fields
Centimeter
Specifies the centimeter as the unit of measure.
Declaration
public const BarcodeUnit Centimeter
Field Value
Type | Description |
---|---|
BarcodeUnit |
Inch
Specifies the inch as the unit of measure.
Declaration
public const BarcodeUnit Inch
Field Value
Type | Description |
---|---|
BarcodeUnit |
Millimeter
Specifies the millimeter as the unit of measure.
Declaration
public const BarcodeUnit Millimeter
Field Value
Type | Description |
---|---|
BarcodeUnit |
Mils
Specifies the Mils (one-thousandth of an inch) as the unit of measure.
Declaration
public const BarcodeUnit Mils
Field Value
Type | Description |
---|---|
BarcodeUnit |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |