VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebDocumentViewerBaseJS type / set_MandatoryVisualTool Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_MandatoryVisualTool Method
In This Topic
Sets the mandatory 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_MandatoryVisualTool(tool);

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