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

    Return 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.
    Browser Compatibility
    56+
    45+
    11
    See Also