set_QRErrorCorrectionLevel Method
In This Topic
Sets QR error correction level.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebQRErrorCorrectionLevelEnumJS
returnValue = instance.set_QRErrorCorrectionLevel(value);
function set_QRErrorCorrectionLevel(
: WebQRErrorCorrectionLevelEnumJS
) : any;
Parameters
- value
- An instance of WebQRErrorCorrectionLevelEnumJS class that defines the QR error correction level.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also