
'Declaration <DebuggerTypeProxyAttribute(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)> <DefaultMemberAttribute("Item")> <DebuggerDisplayAttribute("Count = {Count}")> Public NotInheritable Class PdfAnnotationList Inherits Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList(Of T)
[DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)] [DefaultMember("Item")] [DebuggerDisplay("Count = {Count}")] public sealed class PdfAnnotationList : Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<T>
[DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)] [DefaultMember("Item")] [DebuggerDisplay("Count = {Count}")] public __gc __sealed class PdfAnnotationList : public Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeList<T*>*
[DebuggerTypeProxy(Vintasoft.Imaging.Pdf.Utils.CollectionDebugView`1)] [DefaultMember("Item")] [DebuggerDisplay("Count = {Count}")] 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: .NET 7; .NET 6; .NET 5; .NET Core 3.1; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5