VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_ImageCacheManager Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ImageCacheManager Method
In This Topic
Sets the image cache manager of viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var value; // Type: WebImageCacheManagerJS

returnValue = instance.set_ImageCacheManager(value);

Parameters

value
WebImageCacheManagerJS object.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if viewer has a master viewer.
Browser Compatibility
56+
45+
11
See Also