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

    Parameters

    value
    A value indicating whether the barcode reader must search QR Code Model 1 barcodes.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also