VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMagnifierToolJS type / get_Zoom Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Zoom Method
In This Topic
Gets an image zoom level in the magnifier tool.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebMagnifierToolJS();

var value; // Type: number
value = instance.get_Zoom();

Return Value

An image zoom level in the magnifier tool. Minimum value is 100, Maximum value is 500. Default value is 250.
Browser Compatibility
56+
45+
11
See Also