VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebRectangularObjectBuilderJS type / set_DefaultSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_DefaultSize Method
    In This Topic
    Sets the default size for interactive object.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebRectangularObjectBuilderJS(interactionObj);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_DefaultSize(value);
    
    
    function set_DefaultSize(
    value
    Object ({ width: w, height: h}) that defines new size of interactive object.
    : object
    ) : any;

    Parameters

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