VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_ImageCacheManager Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImageCacheManager Method
    In This Topic
    Gets the image cache manager associated with the viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.Utils.WebImageCacheManagerJS
    value = instance.get_ImageCacheManager();
    
    
    function get_ImageCacheManager() : WebImageCacheManagerJS;
    

    Return Value

    An WebImageCacheManagerJS object. Default value is default instance of WebImageCacheManagerJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also