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

Name Description
MaxiCodeCodetextMode2() Initializes a new instance of the MaxiCodeCodetextMode2 class

Properties

Name Description
maxi_code_encode_mode
eci_encoding
postal_code Identifies the postal code. Must be 9 digits in mode 2 or
6 alphanumeric symbols in mode 3.
country_code Identifies 3 digit country code.
service_category Identifies 3 digit service category.
second_message Identifies second message of the barcode.

Methods

Name Description
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