CustomerInformationInterpretingType
Contents
[
Hide
]CustomerInformationInterpretingType enum
Namespace: Aspose.Barcode.Recognition
Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode.
Enum Values
| Name | Value | Description |
|---|---|---|
| C_TABLE | 0 | Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sing. |
| N_TABLE | 1 | Use N_TABLE to interpret the customer information. Allows digits. |
| OTHER | 2 | Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. |
C_TABLE
Value: 0
Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sing.
N_TABLE
Value: 1
Use N_TABLE to interpret the customer information. Allows digits.
OTHER
Value: 2
Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only.