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

NameValueDescription
C_TABLE0Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and sing.
N_TABLE1Use N_TABLE to interpret the customer information. Allows digits.
OTHER2Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only.

CustomerInformationInterpretingType.C_TABLE

Type: int

Value: 0

Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and sing.

CustomerInformationInterpretingType.N_TABLE

Type: int

Value: 1

Use N_TABLE to interpret the customer information. Allows digits.

CustomerInformationInterpretingType.OTHER

Type: int

Value: 2

Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only.