annotations Property

Summary

Gets the object that manages the annotations of the document.

Syntax
TypeScript
JavaScript
Object.defineProperty(LEADDocument.prototype, 'annotations', 
   get: function() 
) 
readonly annotations: DocumentAnnotations; 

Property Value

The DocumentAnnotations object that manages the annotations of this LEADDocument.

Remarks

Refer to DocumentAnnotations for more information.

Example

For an example, refer to DocumentAnnotations.

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