In This Topic
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);
function set_Size(
: object
) : any;
Parameters
- value
- An object that contains information about width and height of the magnifier tool. Default value is { width: 200, height : 200 }.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if size is negative. |
Browser Compatibility
See Also