get_SearchCode39WithoutStartStop Method
Gets a value indicating whether the barcode reader must search Code 39 barcodes without Start/Stop symbols.
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var value; // Type: boolean
value = instance.get_SearchCode39WithoutStartStop();
function get_SearchCode39WithoutStartStop() : boolean;
Return Value
A value indicating whether the barcode reader must search Code 39 barcodes without Start/Stop symbols.