This Barcode Symbology is supported by the following Neodynamic products:
MaxiCode Mode 2 and Mode 3 shall be reserved for use as a destination sortation symbol for use by carriers in the transport industry. In these modes, the primary message is always data specific and encodes postal code, country code and service class. The three primary data elements should be supplied in the above order separated by GS (Group Separator - ASCII 29) immediately followed by the secondary message contents. In addition, each data element shall be of the correct type, e.g. postal codes in mode 2 must be all numeric and in mode 3 it must be alphanumeric.
There are two standard message formats when using Mode 2 and Mode 3:
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a MaxiCode barcode image, please follow these steps:
- Set the Symbology property to MaxiCode
- Set the MaxiCodeMode property
- Set the Code property with the value to encode. NOTE: To encode Mode 2 or 3, then please specify the message in the correct format/structure (more info above)
- If desired, you can use the tilde character "~" to specify special characters in the input data e.g. ~013 is used to represent the ASCII character with the decimal value 13 (CR). To do that you must set the MaxiCodeProcessTilde property to True.
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a MaxiCode barcode image, please follow these steps:
- Set the Symbology property to MaxiCode
- Set the MaxiCodeMode property
- Set the Code property with the value to encode. NOTE: To encode Mode 2 or 3, then please specify the message in the correct format/structure (more info above)
- If desired, you can use the tilde character "~" to specify special characters in the input data e.g. ~013 is used to represent the ASCII character with the decimal value 13 (CR). To do that you must set the MaxiCodeProcessTilde property to True.