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

In This Topic
    Doc Property (AnnotationCollection)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.GcPdfDocument object that owns this collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Doc As GcPdfDocument
    public GcPdfDocument Doc {get;}
    See Also