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

    Return Value

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