QrEncodingMode Enum
Specifies the various encoding modes supported by QrCodeSymbology.
public enum QrEncodingMode
Fields
| Name | Description |
|---|---|
| Alphanumeric | Indicates that the data to be encoded will contain letters, numbers, and a limited set of symbols. |
| Binary | Indicates that the data to be encoded will be 8-bit bytes. |
| Kanji | Indicates that the data to be encoded will contain 8-bit bytes which represent Kanji characters. |
| Numeric | Indicates that the data to be encoded will contain only decimal numbers (0 through 9). |