[]
Represents a collection of AnnotationBase objects owned by the Page object.
public class AnnotationCollection : PdfOwnedCollectionBase<AnnotationBase>, IList<AnnotationBase>, ICollection<AnnotationBase>, IReadOnlyList<AnnotationBase>, IReadOnlyCollection<AnnotationBase>, IEnumerable<AnnotationBase>, IPdfArray, IList, ICollection, IEnumerable, IOwnedObject
public AnnotationCollection()
Gets the GcPdfDocument object that owns this collection.
public GcPdfDocument Doc { get; }
Gets the Page object that owns this collection.
public Page Owner { get; }
protected override void ClearItems()
protected override void InsertItem(int index, AnnotationBase item)
index
intitem
AnnotationBaseprotected override void RemoveItem(int index)
index
intprotected override void SetItem(int index, AnnotationBase item)
index
intitem
AnnotationBase