MaxiCodeCodetextMode2

MaxiCodeCodetextMode2 class

Class for encoding and decoding the text embedded in the MaxiCode code for modes 2.

The MaxiCodeCodetextMode2 type exposes the following members:

Constructors

NameDescription
MaxiCodeCodetextMode2()Initializes a new instance of the MaxiCodeCodetextMode2 class

Properties

NameDescription
maxi_code_encode_mode
eci_encoding
postal_codeIdentifies the postal code. Must be 9 digits in mode 2 or
6 alphanumeric symbols in mode 3.
country_codeIdentifies 3 digit country code.
service_categoryIdentifies 3 digit service category.
second_messageIdentifies second message of the barcode.

Methods

NameDescription
get_mode()Gets MaxiCode mode.
get_constructed_codetext()Constructs codetext
init_from_string(constructed_codetext)Initializes instance from constructed codetext.
get_barcode_type()Gets barcode type.

See Also