VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type / set_ErrorCorrectionCoefficient Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
set_ErrorCorrectionCoefficient Method
In This Topic
Sets an integer value representing the error correction coefficient.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_ErrorCorrectionCoefficient(value);

Parameters

value
An integer value representing the error correction coefficient.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Remarks

For PDF417, shall be from 0 for "Level0" to 8 for "Level8".
For QRCode, shall be from 0 to 3 (0 for "L", 1 for "M", 2 for "Q", and 3 for "H").

Browser Compatibility
56+
45+
11
See Also