isLoaded Property

Summary

Indicates whether the document was loaded at least once.

Syntax
TypeScript
JavaScript
Object.defineProperty(CacheInfo.prototype, 'isLoaded', 
   get: function(), 
   set: function(value) 
) 
isLoaded: boolean; 

Property Value

true if this document has been loaded at least once; otherwise, false.

Remarks

If the value of isLoaded is false, then the document was uploaded to the cache but was never loaded with DocumentFactory.loadFromCache yet.

Example

For an example, refer to DocumentFactory.checkCacheInfo.

Requirements
Target Platforms
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.