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

var value; // Type: Vintasoft.Barcode.WebQRErrorCorrectionLevelEnumJS
value = instance.get_QRErrorCorrectionLevel();

Return Value

An instance of WebQRErrorCorrectionLevelEnumJS class that defines the QR error correction level.
Browser Compatibility
9
5
11
5
See Also