Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / Graphics Property

In This Topic
    Graphics Property (Page)
    In This Topic
    Gets an instance of GcPdfGraphics that can be used to draw on the current page, graphics created from the last page content stream, if ContentStreams collection is empty then new PageContentStream automatically added.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As GcPdfGraphics
    public GcPdfGraphics Graphics {get;}
    See Also