[]
Page オブジェクトによって所有されている AnnotationBase オブジェクトのコレクションを表します。
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
| 名前 | 説明 |
|---|---|
| AnnotationCollection() |
| 名前 | 説明 |
|---|---|
| Doc | このコレクションを所有する GcPdfDocument オブジェクトを取得します。 |
| Owner | このコレクションを所有する Page オブジェクトを取得します。 |
| 名前 | 説明 |
|---|---|
| ClearItems() | |
| InsertItem(int, AnnotationBase) | |
| RemoveItem(int) | |
| SetItem(int, AnnotationBase) |