VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiControlJS type / WebUiControlJS Constructor(WebUiControlSettingsJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUiControlJS Constructor(WebUiControlSettingsJS)
    In This Topic
    Initializes a new instance of the WebUiControlJS class.
    Syntax
    // Parameters
    var settings; // Type: WebUiControlSettingsJS
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlJS(settings);
    
    
    function WebUiControlJS(
    settings
    An instance of WebUiControlSettingsJS class.
    : WebUiControlSettingsJS
    ) : WebUiControlJS;

    Parameters

    settings
    An instance of WebUiControlSettingsJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also