 | PdfPageAnnots Property |
Gets annotations associated with the page
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic PdfAnnotationCollection Annots { get; }Public ReadOnly Property Annots As PdfAnnotationCollection
Get
public:
property PdfAnnotationCollection^ Annots {
PdfAnnotationCollection^ get ();
}member Annots : PdfAnnotationCollection with get
/** @property */
public PdfAnnotationCollection get_Annots()
Property Value
PdfAnnotationCollection
See Also