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

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