VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebZoomSelectionToolJS type / set_ZoomButton Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ZoomButton Method
In This Topic
Sets the mouse button for zooming of selected image region in image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebZoomSelectionToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebMouseButtonsEnumJS

returnValue = instance.set_ZoomButton(value);

Parameters

value
WebMouseButtonsEnumJS object. Default value is "Left".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also