Version

EncodingMode Enumeration

Specifies the encoding mode for compacting the data for the QR Code symbol. The modes are based on the character values and assignments associated with the default ECI (ECI 000003 representing the ISO/IEC 8859-1 character set).
Syntax
'Declaration
 
Public Enum EncodingMode 
   Inherits System.Enum
public enum EncodingMode : System.Enum 
Members
MemberDescription
AlphanumericAlphanumerc mode encodes data from a set of 45 characters (digits 0-9, upper case letters A-Z, nine other characters: space, $ % * + _ . / : ). Normally two input characters are represented by 11 bits.
ByteIn Byte mode the data is encoded at 8 bits per character. The character set of the Byte encoding mode is byte data (by default it is ISO/IEC 8859-1 character set).
KanjiThe Kanji mode efficiently encodes Kanji characters in accordance with the Shift JIS system based on JIS X 0208. Each two-byte character value is compactedd to a 13-bit binary codeword.
NumericNumeric mode encodes data from decimal digit set (0-9). Normally 3 data characters are represented by 10 bits.
UndefinedWhen Undefined encoding mode is set, the QR code barcode internally switches between modes as necessary in order to achieve the most efficient conversion of data into a binary string.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub