VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_ResizeTimeout Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ResizeTimeout Method
    In This Topic
    Sets the timeout, in milliseconds, which are used for resizing content in the thumbnail viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_ResizeTimeout(value);
    
    
    function set_ResizeTimeout(
    value
    The timeout, in milliseconds, which are used for resizing content in the thumbnail viewer. Minimum value is 5, maximum value is 1000. Default value is 500.
    : number
    ) : any;

    Parameters

    value
    The timeout, in milliseconds, which are used for resizing content in the thumbnail viewer. Minimum value is 5, maximum value is 1000. Default value is 500.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also