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

var value; // Type: object
value = instance.get_Size();

Return Value

The size of the magnifier tool. Default value is { width: 200, height : 200 }.
Browser Compatibility
56+
45+
11
See Also