VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiVisualToolButtonJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebUiVisualToolButtonJS type
    In This Topic
    A web UI element that represents button for enabling the specified visual tool in image viewer.
    Syntax
    // Parameters
    var settings; // Type: object
    var toolId; // Type: string
    
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiVisualToolButtonJS(settings, toolId);
    
    
    function WebUiVisualToolButtonJS;
    
    Remarks

    WebDocumentViewerBaseJS.getAllStandardRegisteredVisualToolIds contains the following identifiers:

    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.UIElements.WebUiElementJS
          Vintasoft.Imaging.UI.UIElements.WebUiDivElementJS
             Vintasoft.Imaging.UI.UIElements.WebUiButtonJS
                Vintasoft.Imaging.UI.UIElements.WebUiVisualToolButtonJS

    Browser Compatibility
    56+
    45+
    11
    See Also