VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_ResizeTimeout Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ResizeTimeout Method
    In This Topic
    Gets the timeout, in milliseconds, which are used for resizing content in the image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: number
    value = instance.get_ResizeTimeout();
    
    
    function get_ResizeTimeout() : number;
    

    Return Value

    The timeout, in milliseconds, which are used for resizing content in the image viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also