Barcode Xpress for .NET Core v13.9 - Updated
AustralianPostCustomDecodeType Enumeration




Accusoft.BarcodeXpressSdk Namespace : AustralianPostCustomDecodeType Enumeration
The Australian Post 4 State barocde supports a customer section in both the Customer Barcode 2 and Customer Barcode 3 formats.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Enum AustralianPostCustomDecodeType 
   Inherits System.Enum
'Usage
 
Dim instance As AustralianPostCustomDecodeType
[Browsable(true)]
public enum AustralianPostCustomDecodeType : System.Enum 
[Browsable(true)]
__value public enum AustralianPostCustomDecodeType : public System.Enum 
[Browsable(true)]
public enum class AustralianPostCustomDecodeType : public System.Enum 
Members
MemberValueDescription
BarStates0Returns the bar states of the customer 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

NoCustomDecode3 The bars in the customer section are not decoded.
TableC2The 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.

TableN1The 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.

Remarks

The recommended bar encodings in this section is ethier Table-N or Table-C encoding, but the customer is also free to put their own encoding in this section.

The type of encoding, in the customer section, is not stored in the barcode format. The end customer must know the encoding prior to decoding the barcode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.BarcodeXpressSdk.AustralianPostCustomDecodeType

See Also

Reference

Accusoft.BarcodeXpressSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.