SymbologyOptionsTextEncodingCodePage Property
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
Gets or sets the character encoding of barcode value. Default is Default - the default encoding on your computer. You may override this value like:.NET interface: please use Encoding property instead 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 (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Property Value
Type: Int32See Also