Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationCollection Class
Members

In This Topic
    AnnotationCollection Class
    In This Topic
    Represents a collection of AnnotationBase objects owned by the GrapeCity.Documents.Pdf.Page object.
    Object Model
    AnnotationCollection Class
    Syntax
    'Declaration
     
    Public Class AnnotationCollection 
       Inherits GrapeCity.Documents.Common.OwnedCollectionBase(Of AnnotationBase)
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class AnnotationCollection : GrapeCity.Documents.Common.OwnedCollectionBase<AnnotationBase>, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             GrapeCity.Documents.Pdf.Annotations.AnnotationCollection

    See Also