var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId); var returnValue; // Type: any // Parameters var value; // Type: boolean returnValue = instance.set_SyncCacheWithImages(value);
function set_SyncCacheWithImages(
valueTrue - 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.: boolean
) : any;
Parameters
- 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.