VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMagnifierToolJS type / set_Size Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Size Method
    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(
    value
    An object that contains information about width and height of the magnifier tool. Default value is { width: 200, height : 200 }.
    : 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
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if size is negative.
    Browser Compatibility
    56+
    45+
    11
    See Also