hasAnnotations Property

Summary

Indicates whether the document has any annotations.

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

Property Value

true if this document has any annotations; otherwise, false.

Remarks

The document has annotations if any of the following is true:

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