The mode of compaction used to encode data in the symbol.
| Member Name | Description |
|---|---|
| Numeric | Encodes data from the decimal set 0-9, Normally, 3 data characters are represented by 10 bits. |
| Alphanumeric | Encodes data from a set of 45 characters 10 numeric digits 0-9, 26 capital alpha characters A-Z, and 9 symbols (space, $, %, *, +, -, ., /, :) Nomally, two input characters are represented by by 11 bits. |
| Byte | In this mode data is encoded at 8 bits per character. |
Namespace: IDAutomation.Windows.Forms.QRCodeBarcode
Assembly: IDAutomation.QRCode (in IDAutomation.QRCode.dll)