annotations Property

Summary

Manages the annotations support in this document viewer.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewer.prototype, 'annotations', 
	get: function() 
) 
annotations: DocumentViewerAnnotations; // read-only 

Property Value

The DocumentViewerAnnotations object that manages the annotations support in this document viewer.

Remarks

This class manages the automation support of the annotation containers in the LEADDocument set in the document viewer. The annotations are obtained from the document using DocumentPage.GetAnnotations.

Refer to DocumentViewerAnnotations for more information.

Example

For an example, refer to DocumentViewerAnnotations.

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.Viewer Assembly