VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebCompositeVisualToolJS type / get_VisualTools Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_VisualTools Method
    In This Topic
    Gets an array of visual tools of the tool.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebCompositeVisualToolJS(visualTools);
    
    var value; // Type: Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS[]
    value = instance.get_VisualTools();
    
    
    function get_VisualTools() : WebVisualToolJS[];
    

    Return Value

    Array of WebVisualToolJS objects which should be used together.
    Browser Compatibility
    56+
    45+
    11
    See Also