VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_UseCache Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_UseCache Method
In This Topic
Sets a value indicating whether rendered image tiles must be saved in cache on server.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_UseCache(value);

Parameters

value
True - rendered image tiles must be saved in cache on server; false - rendered image tiles must NOT be saved in cache on server. Default value is True.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also