EnumMaxiCodeMode
Specifies the MaxiCode encoding mode.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
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.
Mode3
Structured Carrier Message with alphanumeric postal code. Used for international shipments. Set PostalCode to a 6-character alphanumeric string, CountryCode, and ServiceClass.
Mode4
Standard Symbol with standard error correction (40 ECC codewords). Encodes general-purpose data up to 93 characters (Set A, no latch overhead).
Mode5
Standard Symbol with enhanced error correction (56 ECC codewords). Higher error recovery at the cost of reduced data capacity (77 characters max).
Mode6
Used for reader programming. Encodes like Mode 4 but instructs the scanner to interpret the data as device configuration commands.