VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS 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 image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(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 image viewer. Minimum value is 5, maximum value is 1000. Default value is 250.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also