VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderJS type / set_Settings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Settings Method
    In This Topic
    Sets the barcode reader settings.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderJS(service);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebBarcodeReaderSettingsJS
    
    returnValue = instance.set_Settings(value);
    
    
    function set_Settings(
    value
    An instance of WebBarcodeReaderSettingsJS class that defines the barcode reader settings.
    : WebBarcodeReaderSettingsJS
    ) : any;

    Parameters

    value
    An instance of WebBarcodeReaderSettingsJS class that defines the barcode reader settings.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also