Barcode Xpress for Linux - API Reference > Barcode Component API Reference > Barcode Component Enumerations Reference > BX_AustralianPostDecodeType |
Specifies the method of decoding the custom section for Australian Post 4 State barcode which supports a customer section in both the Customer Barcode 2 and Custom Barcode 3 formats.
BX_AustralianPostDecodeType_BarStates | 0 | Returns the bar states of the customer section. This will be a string of A D F T values where A - Ascending Bar. D - Descending Bar. F - Full Bar. T - Tracking Bar. |
BX_AustralianPostDecodeType_TableN | 1 |
The bars in the customer section are decoded using the "N" Table defined by the Australian Post 4 State Barcode specification. This will result in numeric values for the customer section of the barcode value. |
BX_AustralianPostDecodeType_TableC | 2 |
The bars in the customer section are decoded using the "C" Table defined by the Australian Post 4 State Barcode specification. This will result in Alphanumeric values for the customer section of the barcode value. |
BX_AustralianPostDecodeType_NoCustomDecode | 3 | Does not decode the bars in the customer section. |