VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_Erode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Erode Method
    In This Topic
    Gets a value indicating whether the barcode reader must erode the image with barcodes before barcode search.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_Erode();
    
    
    function get_Erode() : boolean;
    

    Return Value

    True - the barcode reader must erode the image with barcodes before barcode search; False - the barcode reader must NOT erode the image with barcodes before barcode search.
    Browser Compatibility
    9
    5
    11
    5
    See Also