Link Search Menu Expand Document

QRCodeCharacterEncoding Property

Gets or sets the character encoding of barcode value. Default is Default - the default encoding on your computer.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.0.1228-master
Syntax
public Encoding CharacterEncoding { get; set; }

Property Value

Type: Encoding
The character encoding.
See Also

Reference