 | PdfPageAnnots Property |
Gets annotations associated with the page
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.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
Type:
PdfAnnotationCollection
See Also