←Select platform

Annotations Property

Summary

Gets a list of the annotations found on this page.

Syntax
C#
C++/CLI
Java
Python
public IList<PDFAnnotation> Annotations {get;} 
public java.util.List<PDFAnnotation> getAnnotations(); 
public: 
property IList<PDFAnnotation^>^ Annotations { 
   IList<PDFAnnotation^>^ get(); 
} 
Annotations # get  (PDFDocumentPage) 

Property Value

An IList of PDFAnnotation items that contain the annotations found in the page. The default value is null.

Remarks

By default, the Annotations, Objects, FormFields, Signatures and Hyperlinks lists are not populated when a new PDFDocument is created and the values of these properties are null. You must call the PDFDocument.ParsePages method to parse the items are you interested in (depending on the PDFParsePagesOptions passed as the options parameter to the method). This is done for performance reasons and to give the user the ability to parse only the objects and pages of interest.

The Annotations list will be populated if PDFParsePagesOptions.Annotations is passed as part of the options parameter to PDFDocument.ParsePages. After this method returns, all the pages parsed will have their Annotations properties populated either with a list of the annotations found in the page or an empty list (with IList.Count equal to 0).

When parsing is finished, the Annotations property will contain a list of the PDFAnnotation items found in the page.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.