Enum QRCodeEncoding
Specifies the QR Code Encoding to use on that symbology.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum QRCodeEncoding
Fields
| Name | Description |
|---|---|
| AlphaNumeric | Used to encode data that mainly contains alphanumeric characters |
| Auto | |
| Byte | Used to encode 8 bit values |
| Kanji | Used to encode data that mainly contains Kanji characters |
| Numeric | Used to encode data that mainly contains numeric characters |