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