In This Topic
Sets an image zoom level in the magnifier tool.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebMagnifierToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Zoom(value);
function set_Zoom(
: number
) : any;
Parameters
- value
- An image zoom level in the magnifier tool. Minimum value is 100, Maximum value is 500. Default value is 250.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also