Specifies the encoding to use with QR Code barcodes.
Namespace:
Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.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
| |
Kanji |
Used to encode data that mainly contains Kanji characters
| |
Byte |
Used to encode 8 bit values
|