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);
function set_ImageCacheManager(
: WebImageCacheManagerJS
) : any;
Parameters
- value
- WebImageCacheManagerJS object.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if viewer has a master viewer. |
Browser Compatibility
See Also