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