DocumentPreviewCacheClearCache Method |
Remove the cache from the disk completely, deleting any thumbnails. You may want to do this if you detect some kind
of corruption, or if the user wants to clear out disk space used by your application.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void ClearCache()
Public Shared Sub ClearCache
public:
static void ClearCache()
pdftron.PDF.DocumentPreviewCache.ClearCache = function();
See Also