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

    Return Value

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