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