VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_ResizeTimeout Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_ResizeTimeout Method
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);

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