Enum
MaxiCodeMode

Specifies the MaxiCode encoding mode.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum MaxiCodeMode

Fields

Mode2

Structured Carrier Message with numeric postal code. Used for US domestic shipments (country code 840). Set PostalCode to a 9-digit numeric string, CountryCode to 840, and ServiceClass.

Declaration

cs-api-definition
Mode2 = 2

Field Value

MaxiCodeMode

Mode3

Structured Carrier Message with alphanumeric postal code. Used for international shipments. Set PostalCode to a 6-character alphanumeric string, CountryCode, and ServiceClass.

Declaration

cs-api-definition
Mode3 = 3

Field Value

MaxiCodeMode

Mode4

Standard Symbol with standard error correction (40 ECC codewords). Encodes general-purpose data up to 93 characters (Set A, no latch overhead).

Declaration

cs-api-definition
Mode4 = 4

Field Value

MaxiCodeMode

Mode5

Standard Symbol with enhanced error correction (56 ECC codewords). Higher error recovery at the cost of reduced data capacity (77 characters max).

Declaration

cs-api-definition
Mode5 = 5

Field Value

MaxiCodeMode

Mode6

Used for reader programming. Encodes like Mode 4 but instructs the scanner to interpret the data as device configuration commands.

Declaration

cs-api-definition
Mode6 = 6

Field Value

MaxiCodeMode

In this article
DefinitionFieldsMode2Mode3Mode4Mode5Mode6
Not finding the help you need?
Contact Support