Determines which part of the document will be stored in the cache.
public DocumentCacheOptions CacheOptions { get; set; }
Public Property CacheOptions() As DocumentCacheOptions
Get
Set
public:
property DocumentCacheOptions^ CacheOptions
{
DocumentCacheOptions^ get()
void set(DocumentCacheOptions^ value)
}
public DocumentCacheOptions getCacheOptions()
public void setCacheOptions(DocumentCacheOptions value)
Determines which part of the document will be stored in the cache. Default value is DocumentCacheOptions.None.
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.
Note that setting this property to a value will update the same value in each child document.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET