'Declaration Public Enum ReaderEncodingMode Inherits System.Enum
public enum ReaderEncodingMode : System.Enum
Member | Description |
---|---|
Alphanumeric | Alphanumerc 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. |
Byte | In 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). |
Kanji | The 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. |
Numeric | Numeric mode encodes data from decimal digit set (0-9). Normally 3 data characters are represented by 10 bits. |
Undefined | When Undefined encoding mode is set, the XamQRCodeBarcode internally switches between modes as necessary in order to achieve the most efficient conversion of data into a binary string. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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