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

var value; // Type: Vintasoft.Imaging.WebMouseButtonsEnumJS
value = instance.get_ZoomButton();

Return Value

WebMouseButtonsEnumJS object. Default value is "Left".
Browser Compatibility
56+
45+
11
See Also