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

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