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
Syntaxpublic enum CustomerInformationInterpretingType
Public Enumeration CustomerInformationInterpretingType
public enum class CustomerInformationInterpretingType
type CustomerInformationInterpretingType
Members
| Member name | Value | Description |
---|
| CTable | 0 |
Use CTable to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sign.
|
| NTable | 1 |
Use NTable to interpret the customer information. Allows digits.
|
| Other | 2 |
Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only.
|
See Also