In This Topic
Sets the mouse button for zooming out of image in image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebZoomToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebMouseButtonsEnumJS
returnValue = instance.set_ZoomOutButton(value);
function set_ZoomOutButton(
: WebMouseButtonsEnumJS
) : any;
Parameters
- value
- WebMouseButtonsEnumJS object. Default value is "Right".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also