PdfPageAnnotations Property |
Gets the collection of all annotations of this
PdfPage.
Namespace: GroupDocs.Watermark.Contents.PdfAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic PdfAnnotationCollection Annotations { get; }
Public ReadOnly Property Annotations As PdfAnnotationCollection
Get
public:
property PdfAnnotationCollection^ Annotations {
PdfAnnotationCollection^ get ();
}
member Annotations : PdfAnnotationCollection with get
Property Value
Type:
PdfAnnotationCollectionThe collection of all annotations of this
PdfPage.
See Also