VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_SearchQRModel1Barcodes Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SearchQRModel1Barcodes Method
    In This Topic
    Gets a value indicating whether the barcode reader must search QR Code Model 1 barcodes.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_SearchQRModel1Barcodes();
    
    
    function get_SearchQRModel1Barcodes() : boolean;
    

    Return Value

    A value indicating whether the barcode reader must search QR Code Model 1 barcodes.
    Browser Compatibility
    9
    5
    11
    5
    See Also