A member of the PageCacheMode enumeration. The cache mode to be used for bitmap caching. The default value is PageCacheMode.Memory.





In This Topic

SetCacheMode Method (GdPictureImaging)

In This Topic
Specifies the way how the toolkit handles bitmap caching. The initial cache mode is memory caching.
Syntax
'Declaration
 
Public Sub SetCacheMode( _
   ByVal CacheMode As PageCacheMode _
) 
public void SetCacheMode( 
   PageCacheMode CacheMode
)
public procedure SetCacheMode( 
    CacheMode: PageCacheMode
); 
public function SetCacheMode( 
   CacheMode : PageCacheMode
);
public: void SetCacheMode( 
   PageCacheMode CacheMode
) 
public:
void SetCacheMode( 
   PageCacheMode CacheMode
) 

Parameters

CacheMode
A member of the PageCacheMode enumeration. The cache mode to be used for bitmap caching. The default value is PageCacheMode.Memory.
Remarks
Please note, that the default value is memory caching.
See Also