Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageCollection Class / Doc Property

In This Topic
    Doc Property (PageCollection)
    In This Topic
    Gets the GcPdfDocument object owning this PageCollection collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Doc As GcPdfDocument
    public GcPdfDocument Doc {get;}
    See Also