In This Topic
GdPicture14 Namespace / GdViewer Class / ClearCache Method

ClearCache Method (GdViewer)

In This Topic
Call this method to release the cached content of the GdViewer instance.
Syntax
'Declaration
 
Public Sub ClearCache() 
public void ClearCache()
public procedure ClearCache(); 
public function ClearCache();
public: void ClearCache(); 
public:
void ClearCache(); 
Remarks
This method is internally called each time a document is closed.
See Also