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

var value; // Type: number
value = instance.get_ErrorCorrectionCoefficient();

Return Value

An integer value representing the error correction coefficient.
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