VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularObjectBuilderJS type / get_DefaultSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DefaultSize Method
    In This Topic
    Gets the default size for interactive object.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularObjectBuilderJS(interactionObj);
    
    var value; // Type: object
    value = instance.get_DefaultSize();
    
    
    function get_DefaultSize() : object;
    

    Return Value

    Object ({ width: w, height: h}) that defines size of interactive object.
    Browser Compatibility
    56+
    45+
    11
    See Also