VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_SearchOneBarWidePharmacode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SearchOneBarWidePharmacode Method
    In This Topic
    Sets a value indicating whether the barcode reader accepts Pharmacode barcode, which has all bars with the same width.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_SearchOneBarWidePharmacode(value);
    
    
    function set_SearchOneBarWidePharmacode(
    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.
    : boolean
    ) : any;

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also