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

    Return Value

    True - the barcode reader must collect information for quality test; False - the barcode reader must NOT collect information for quality test.
    Browser Compatibility
    9
    5
    11
    5
    See Also