get_SearchOneBarWidePharmacode Method
Gets a value indicating whether the barcode reader accepts Pharmacode barcode, which has all bars with the same width.
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var value; // Type: boolean
value = instance.get_SearchOneBarWidePharmacode();
function get_SearchOneBarWidePharmacode() : boolean;
Return Value
False - the barcode reader does not accept Pharmacode barcode, which has all bars with the same width; True - the barcode reader accepts Pharmacode barcode, which has all bars with the same width. Default value is False.