Specifies the QR Code Encoding to use on that symbology.
Namespace:
Neodynamic.SilverlightAssembly: Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)
Syntax
| C# |
|---|
public enum QRCodeEncoding |
| Visual Basic (Declaration) |
|---|
Public Enumeration QRCodeEncoding |
| Visual C++ |
|---|
public enum class QRCodeEncoding |
Members
| Member name | Description | |
|---|---|---|
| Auto | ||
| Numeric |
Used to encode data that mainly contains numeric characters
| |
| AlphaNumeric |
Used to encode data that mainly contains alphanumeric characters
| |
| Byte |
Used to encode 8 bit values
|