[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.AnnotationCollection

AnnotationCollection クラス

Page オブジェクトによって所有されている AnnotationBase オブジェクトのコレクションを表します。

名前空間: GrapeCity.Documents.Pdf.Annotations
アセンブリ: DS.Documents.Pdf.dll
構文
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)

拡張メソッド