VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderJS type / get_Settings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Settings Method
    In This Topic
    Gets the barcode reader settings.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderJS(service);
    
    var value; // Type: Vintasoft.Barcode.WebBarcodeReaderSettingsJS
    value = instance.get_Settings();
    
    
    function get_Settings() : WebBarcodeReaderSettingsJS;
    

    Return Value

    An instance of WebBarcodeReaderSettingsJS class that defines the barcode reader settings.
    Browser Compatibility
    9
    5
    11
    5
    See Also