
'Declaration <DebuggerDisplayAttribute("Count = {Count}")> <DebuggerTypeProxyAttribute(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)> <DefaultMemberAttribute("Item")> Public NotInheritable Class PdfAnnotationList Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList(Of T)
[DebuggerDisplay("Count = {Count}")] [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)] [DefaultMember("Item")] public sealed class PdfAnnotationList : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<T>
[DebuggerDisplay("Count = {Count}")] [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)] [DefaultMember("Item")] public __gc __sealed class PdfAnnotationList : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<T*>*
[DebuggerDisplay("Count = {Count}")] [DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)] [DefaultMember("Item")] public ref class PdfAnnotationList sealed : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<T^>^
Here is an example that shows how to delete an annotation from PDF page:
System.Object
 Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
   Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation>
     Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationList
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5