←Select platform

Annotations Property

Summary

Manages the annotations support in this document viewer.

Syntax

C#
VB
C++
public DocumentViewerAnnotations Annotations { get; } 
Public ReadOnly Property Annotations() As DocumentViewerAnnotations 
   Get 
public:  
   property DocumentViewerAnnotations^ Annotations 
   { 
      DocumentViewerAnnotations^ get() 
   } 

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