[]
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
| Name | Description |
|---|---|
| AnnotationCollection() |
| Name | Description |
|---|---|
| Doc | Gets the GcPdfDocument object that owns this collection. |
| Owner | Gets the Page object that owns this collection. |
| Name | Description |
|---|---|
| ClearItems() | |
| InsertItem(int, AnnotationBase) | |
| RemoveItem(int) | |
| SetItem(int, AnnotationBase) |