Gets an image zoom level in the magnifier tool.
var instance = new Vintasoft.Imaging.UI.VisualTools.WebMagnifierToolJS();
var value; // Type: number
value = instance.get_Zoom();
function get_Zoom() : number;
Return Value
An image zoom level in the magnifier tool. Minimum value is 100, Maximum value is 500. Default value is 250.