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

In This Topic
    Doc Property (PdfRef)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.GcPdfDocument owning the object referenced by this PdfRef.
    Syntax
    'Declaration
     
    Public ReadOnly Property Doc As GcPdfDocument
    public GcPdfDocument Doc {get;}
    See Also