VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_SyncCacheWithImages Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_SyncCacheWithImages Method
    In This Topic
    Gets a value indicating whether viewer must synchronize the image cache with image collection state.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: boolean
    value = instance.get_SyncCacheWithImages();
    
    
    function get_SyncCacheWithImages() : boolean;
    

    Return Value

    True - viewer must clear cache for images, which are deleted from the image collection; false - viewer must not change cache for images when image collection is changed. Default value is True.
    Remarks

    This property has effect only if image cache manager is defined, i.e. get_ImageCacheManager property returns NOT nothing.

    Browser Compatibility
    56+
    45+
    11
    See Also