set_CollectTestInformation Method
 
            
                In This Topic
            
            Sets a value indicating whether the barcode reader must collect information for quality test.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CollectTestInformation(value);
 
    
      
      function set_CollectTestInformation(
    : boolean
) : any;
 
    
       
      Parameters
- value
 
- True - the barcode reader must collect information for quality test; False - the barcode reader must NOT collect information for quality test.
 
     
Exceptions
| Exception | Description | 
 | Thrown if argument has wrong type. | 
 
Browser Compatibility
See Also