The cache status of this document.
public DocumentCacheStatus CacheStatus { get; set; }
Public Property CacheStatus() As DocumentCacheStatus
Get
Set
public:
property DocumentCacheStatus^ CacheStatus
{
DocumentCacheStatus^ get()
void set(DocumentCacheStatus^ value)
}
public DocumentCacheStatus getCacheStatus()
public void setCacheStatus(DocumentCacheStatus value)
The cache status of this document. Default value is DocumentCacheStatus.NotSynced.
The value of CacheStatus will be DocumentCacheStatus.NotSynced when any part of the document has not been updated into the cache. This is the default value when a document is first loaded from a URL / disk file / stream or, when uploaded or when created through the factory. When the document is saved into the cache using SaveToCache, the value of CacheStatus will be set to DocumentCacheStatus.Synced and the timestamp of the operation is stored in LastCacheSyncTime.
If the document is modified by adding / removing pages or when when the content of any page is changed, then the value of CacheStatus will be to DocumentCacheStatus.NotSynced automatically.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document