Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

CacheOptions Property (Document)






Determines which part of the document will be stored in the cache.
Syntax
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);
}

Property Value

Determines which part of the document will be stored in the cache. Default value is DocumentCacheOptions.None.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

Document Class
Document Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features