C#
VB
Java
C++
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 value will be stored in Document.CacheOptions after the document is successfully loaded.
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