annotations Property

Summary

Manages the annotations support in this document viewer.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewer.prototype, 'annotations', 
	get: function() 
) 
TypeScript Syntax
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 Document 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly