Page GetAnnotations Function. Gets all the Annotations on the page. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Gets all the Annotations on the page.

 

   
Syntax  

[C#]
Annotation[] GetAnnotations()

[Visual Basic]
Function GetAnnotations() As Annotation()

 

   

Params
 
Name Description
return An array of all the Annotations on the page.

 

   

Notes
 

Gets all the Annotations on the page.

 

   

Example
 

None.