VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_QREncodingMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_QREncodingMode Method
In This Topic
Gets QR data encoding mode.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();

var value; // Type: Vintasoft.Barcode.WebQREncodingModeEnumJS
value = instance.get_QREncodingMode();

Return Value

An instance of WebQREncodingModeEnumJS class that defines the QR data encoding mode.
Browser Compatibility
9
5
11
5
See Also