Example





In This Topic

EmptyCache Method (GdPictureDocumentUtilities)

In This Topic
Releases all cached content from memory such as parsed system fonts, pool contents and adaptive memory buffers.
Syntax
'Declaration
 
Public Shared Sub EmptyCache() 
public static void EmptyCache()
public procedure EmptyCache(); static; 
public static function EmptyCache();
public: static void EmptyCache(); 
public:
static void EmptyCache(); 
Example
How to completely release all cached content in one step.
GdPictureDocumentUtilities.EmptyCache()
GdPictureDocumentUtilities.EmptyCache();
See Also