set_SearchCode39WithoutStartStop Method
 
            
                In This Topic
            
            Sets a value indicating whether the barcode reader must search Code 39 barcodes without Start/Stop symbols.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_SearchCode39WithoutStartStop(value);
 
    
      
      function set_SearchCode39WithoutStartStop(
    : boolean
) : any;
 
    
       
      Parameters
- value
 
- A value indicating whether the barcode reader must search Code 39 barcodes without Start/Stop symbols.
 
     
Exceptions
| Exception | Description | 
 | Thrown if argument has wrong type. | 
 
Browser Compatibility
See Also