Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode. More...
Inherits Enum.
Static Public Attributes | |
int | C_TABLE = 0 |
Use C_TABLE to interpret the customer information. More... | |
int | N_TABLE = 1 |
Use N_TABLE to interpret the customer information. More... | |
int | OTHER = 2 |
Do not interpret the customer information. More... | |
Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode.
|
static |
Use C_TABLE to interpret the customer information.
Allows A..Z, a..z, 1..9, space and sing.
|
static |
Use N_TABLE to interpret the customer information.
Allows digits.
|
static |
Do not interpret the customer information.
Allows 0, 1, 2 or 3 symbol only.