VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_SearchOneBarWidePharmacode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SearchOneBarWidePharmacode Method
    In This Topic
    Gets 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 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.
    Browser Compatibility
    9
    5
    11
    5
    See Also