Specifies the QR Code Encoding to use on that symbology.
Namespace: Neodynamic.ReportingServicesAssembly: Neodynamic.ReportingServices.Barcode (in Neodynamic.ReportingServices.Barcode.dll) Version: 9.0.2000.0 (9.0.8616.0)
Syntax
| C# |
|---|
public enum QRCodeEncoding |
| Visual Basic |
|---|
Public Enumeration QRCodeEncoding |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Auto | 0 | ||
| Numeric | 1 | Used to encode data that mainly contains numeric characters | |
| AlphaNumeric | 2 | Used to encode data that mainly contains alphanumeric characters | |
| Kanji | 3 | Used to encode data that mainly contains Kanji characters | |
| Byte | 4 | Used to encode 8 bit values |