VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMagnifierToolJS type / set_Size Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_Size Method
Sets the size of the magnifier tool.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebMagnifierToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: object

returnValue = instance.set_Size(value);

Parameters

value
An object that contains information about width and height of the magnifier tool. Default value is { width: 200, height : 200 }.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if size is negative.
Browser Compatibility
56+
45+
11
See Also