ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace : ImGearBarcodeAustralianPostCustomDecodeType Enumeration |
'Declaration <BrowsableAttribute(True)> Public Enum ImGearBarcodeAustralianPostCustomDecodeType Inherits System.Enum
'Usage Dim instance As ImGearBarcodeAustralianPostCustomDecodeType
[Browsable(true)] public enum ImGearBarcodeAustralianPostCustomDecodeType : System.Enum
[Browsable(true)] __value public enum ImGearBarcodeAustralianPostCustomDecodeType : public System.Enum
[Browsable(true)] public enum class ImGearBarcodeAustralianPostCustomDecodeType : public System.Enum
Member | Value | Description |
---|---|---|
BarStates | 0 | Returns the bar states of the custom section. This will be a string of A D F T values, where
A - Ascending Bar D - Decending Bar F - Full Bar T - Tracking Bar. |
NoCustomDecode | 3 | The bars in the custom section are not decoded. |
TableC | 2 | The bars in the custom section are decoded using the "C" Table defined by the Australian Post 4 State Barcode specification. This will result in Alphanumeric values, for the custom section, of the barcode value. |
TableN | 1 | The bars in the custom section are decoded using the "N" Table defined by the Australian Post 4 State Barcode specification. This will result in numeric values, for the custom section, of the barcode value. |
System.Object
System.ValueType
System.Enum
ImageGear.Barcode.ImGearBarcodeAustralianPostCustomDecodeType