Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > Document Class : CacheOptions Property |
public DocumentCacheOptions CacheOptions {get; set;}
'Declaration
Public Property CacheOptions As DocumentCacheOptions
'Usage
Dim instance As Document Dim value As DocumentCacheOptions instance.CacheOptions = value value = instance.CacheOptions
public DocumentCacheOptions getCacheOptions() public void setCacheOptions(DocumentCacheOptions value)
public: property DocumentCacheOptions CacheOptions { DocumentCacheOptions get(); void set ( DocumentCacheOptions value); }
This will contain the same value passed to LoadDocumentOptions.CacheOptions. The user can change this value if needed to modify what parts of the documents is cached.