Version

ModeIndicator Enumeration

The possible modes values for the MaxiCode control, which allow various structures of the symbol data and error correction. The mode is encoded as part of the Primary Message.
Syntax
'Declaration
 
Public Enum ModeIndicator 
   Inherits System.Enum
public enum ModeIndicator : System.Enum 
Members
MemberDescription
Mode2Mode 2 is used in the transport industry for encoding numeric postal code. The first 120 bits encode the Structured Carrier Message with Enhansed Error Correction. The rest of the symbol is free for other uses and employs Standard Error Correction.
Mode3Mode 3 is designed to be used in the transport industry of an alphanumeric postal code. The first 120 bits encode the Structured Carrier Message with Enhanced Error Correction. The rest of the symbol is free for other uses and employs Standard Error Correction.
Mode4Mode 4 is for Standard symbol encoding. It indicates that the symbol employs EEC in the Primary Message and SEC for the Secondary Message. It provides 93 codewords for data encodation.
Mode5Mode 5 encode full message using ECC. It provides 77 codewords for data encodation.
Mode6Mode 6 is used for reader programming. The symbol encodes a msg used to program the reader system and SEC is used for the Secondary Message. No data shall be transmitted.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also