[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.AnnotationCollection

AnnotationCollection Class

Represents a collection of AnnotationBase objects owned by the Page object.

Inheritance
PdfCollection<AnnotationBase>
AnnotationCollection
Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
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

Constructors

Name Description
AnnotationCollection()

Properties

Name Description
Doc

Gets the GcPdfDocument object that owns this collection.

Owner

Gets the Page object that owns this collection.

Methods

Extension Methods