VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / set_CurrentVisualTool Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CurrentVisualTool Method
    In This Topic
    Sets the current visual tool of the document viewer. Combination of "current visual tool" and "mandatory visual tool" is used as current visual tool in image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var tool; // Type: WebVisualToolJS
    
    returnValue = instance.set_CurrentVisualTool(tool);
    
    
    function set_CurrentVisualTool(
    tool
    WebVisualToolJS object OR null. Default value is null.
    : WebVisualToolJS
    ) : any;

    Parameters

    tool
    WebVisualToolJS object OR null. Default value is null.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also