VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_PDF417ErrorCorrectionLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PDF417ErrorCorrectionLevel Method
    In This Topic
    Gets PDF417 error correction level.
    Syntax
    var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.WebPDF417ErrorCorrectionLevelEnumJS
    value = instance.get_PDF417ErrorCorrectionLevel();
    
    
    function get_PDF417ErrorCorrectionLevel() : WebPDF417ErrorCorrectionLevelEnumJS;
    

    Return Value

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