Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImage Class / Doc Property

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