VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebZoomToolJS type / get_ZoomInButton Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ZoomInButton Method
    In This Topic
    Gets the mouse button for zooming in of image in image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebZoomToolJS();
    
    var value; // Type: Vintasoft.Imaging.WebMouseButtonsEnumJS
    value = instance.get_ZoomInButton();
    
    
    function get_ZoomInButton() : WebMouseButtonsEnumJS;
    

    Return Value

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