[]
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 Class AnnotationCollection
Inherits PdfOwnedCollectionBase(Of AnnotationBase)
Implements IList(Of AnnotationBase), ICollection(Of AnnotationBase), IReadOnlyList(Of AnnotationBase), IReadOnlyCollection(Of AnnotationBase), IEnumerable(Of 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) |