←Select platform

CacheStatus Property

Summary

The cache status of this document.

Syntax
C#
VB
C++
Java
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) 

Property Value

The cache status of this document. Default value is DocumentCacheStatus.NotSynced.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly