QRCodeSetCharacterEncoding Method
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
Sets the character encoding of barcode value. Default is Default - the default encoding on your computer. You may override this value like:Some of available code pages are listed below for your reference:
Namespace:Bytescout.BarCodebarcode.Options.TextEncodingCodePage = 1250; // to use German locale to decode text
Name CodePage EncodingName shift_jis 932 Japanese (Shift-JIS) windows-1250 1250 Central European (Windows) windows-1251 1251 Cyrillic (Windows) Windows-1252 1252 Western European (Windows) windows-1253 1253 Greek (Windows) windows-1254 1254 Turkish (Windows) csISO2022JP 50221 Japanese (JIS-Allow 1 byte Kana) iso-2022-kr 50225 Korean (ISO)
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-master
Syntax
Parameters
- encondingName
- Type: SystemString
[Missing <param name="encondingName"/> documentation for "M:Bytescout.BarCode.QRCode.SetCharacterEncoding(System.String)"]
See Also