←Select platform

Annotations Property

Summary

Object that manages the annotations of the document.

Syntax

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

Property Value

The DocumentAnnotations object that manages the annotations of this Document.

Remarks

Refer to DocumentAnnotations for more information.

Example

For an example, refer to DocumentAnnotations.

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 Assembly