CustomerInformationInterpretingType Enumeration

Defines the interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode.

Namespace:  Aspose.BarCode
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public enum CustomerInformationInterpretingType
Members
  Member nameValueDescription
CTable0 Use CTable to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sign.
NTable1 Use NTable to interpret the customer information. Allows digits.
Other2 Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only.
See Also