MaxiCodeMode

MaxiCodeMode enum

Module: aspose_barcode.generation.maxi_code_mode

Encoding mode for MaxiCode barcodes. This sample shows how to genereate MaxiCode barcodes using ComplexBarcodeGenerator

Enum Values

NameValueDescription
MODE_22Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA).
MODE_33Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world.
MODE_44Mode 4 encodes data in first and second message, with short ECC correction.
MODE_55Mode 5 encodes data in first and second message, with long ECC correction.

MaxiCodeMode.MODE_2

Type: int

Value: 2

Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA).

MaxiCodeMode.MODE_3

Type: int

Value: 3

Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world.

MaxiCodeMode.MODE_4

Type: int

Value: 4

Mode 4 encodes data in first and second message, with short ECC correction.

MaxiCodeMode.MODE_5

Type: int

Value: 5

Mode 5 encodes data in first and second message, with long ECC correction.