VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / get_CurrentVisualTool Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_CurrentVisualTool Method
In This Topic
Gets 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 value; // Type: Vintasoft.Imaging.UI.VisualTools.WebVisualToolJS
value = instance.get_CurrentVisualTool();

Return Value

WebVisualToolJS object OR null. Default value is null.
Browser Compatibility
56+
45+
11
See Also