In This Topic
Sets a value indicating whether rendered thumbnails must be saved in cache on server.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseCache(value);
function set_UseCache(
: boolean
) : any;
Parameters
- value
- True - rendered thumbnails must be saved in cache on server; false - rendered thumbnails must NOT be saved in cache on server. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also