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);
function set_ResizeTimeout(
: number
) : any;
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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also