VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_AutomaticRecognition Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutomaticRecognition Method
    In This Topic
    Gets a value indicating whether the barcode reader must use the automatic barcode recognition mode.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_AutomaticRecognition();
    
    
    function get_AutomaticRecognition() : boolean;
    

    Return Value

    True - barcode reader must use the automatic barcode recognition mode; False - barcode reader must NOT use the automatic barcode recognition mode.
    Browser Compatibility
    9
    5
    11
    5
    See Also