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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.