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);
function set_MandatoryVisualTool(
: WebVisualToolJS
) : any;
Parameters
- tool
- WebVisualToolJS object OR null. Default value is null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also