CustomerInformationInterpretingType
CustomerInformationInterpretingType enum
Module: aspose_barcode.recognition.customer_information_interpreting_type
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. |