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

Leadtools.Document Assembly