Gets a collection of the annotations of the page.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfAnnotationCollection Annotations { get; }
Public ReadOnly Property Annotations As PdfAnnotationCollection Get
public: property PdfAnnotationCollection^ Annotations { PdfAnnotationCollection^ get (); }
member Annotations : PdfAnnotationCollection with get