VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebMagnifierToolJS type / get_Size Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Size Method
    In This Topic
    Gets the size of the magnifier tool.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebMagnifierToolJS();
    
    var value; // Type: object
    value = instance.get_Size();
    
    
    function get_Size() : object;
    

    Return Value

    The size of the magnifier tool. Default value is { width: 200, height : 200 }.
    Browser Compatibility
    56+
    45+
    11
    See Also