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.