VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMagnifierToolJS type / set_Zoom Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Zoom Method
    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(
    value
    An image zoom level in the magnifier tool. Minimum value is 100, Maximum value is 500. Default value is 250.
    : 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
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also