The Australian Post 4 State barocde supports a custom section in both the
Customer Barcode 2 and Customer Barcode 3 formats.
Syntax
'Declaration
<ObsoleteAttribute("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")>
<BrowsableAttribute(True)>
Public Enum ImGearBarcodeAustralianPostCustomDecodeType
Inherits System.Enum
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
[Browsable(true)]
public enum ImGearBarcodeAustralianPostCustomDecodeType : System.Enum
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
[Browsable(true)]
__value public enum ImGearBarcodeAustralianPostCustomDecodeType : public System.Enum
[Obsolete("We recommend replacing any ImageGear for .NET Barcode functionality with our more accurate and powerful Barcode Xpress solution. Please contact your sales representative for details.")]
[Browsable(true)]
public enum class ImGearBarcodeAustralianPostCustomDecodeType : public System.Enum
Members
Member | Description |
BarStates | 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 |
The bars in the custom section are not decoded.
|
TableC |
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 |
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.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Barcode.ImGearBarcodeAustralianPostCustomDecodeType
See Also