DocumentCacheStatus Enumeration

Summary

The status of this document in the cache.

Syntax
TypeScript
JavaScript
lt.Document.DocumentCacheStatus = { 
   synced: 0, 
   notSynced: 1 
} 
lt.Document.DocumentCacheStatus = { 
   synced: 0, 
   notSynced: 1 
} 

Members

0 Synced

The document is synced and no saving to cache is required.

1 NotSynced

The document is not synced and saving to cache is required.

Requirements

Target Platforms

See Also

Reference

Leadtools.Document Namespace

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