QREncodeHint Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Describes the library how non-alphanumerical characters should be encoded.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Mode8 | 0 | (0) All of non-alphanumerical characters will be encoded as is. This is default mode. | |
Kanji | 1 | (1) Kanji/Kana characters will be encoded as Shif-JIS characters. |
See Also