Documents for PDF, .NET Edition Documentation
Graphics Property (Page)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class : Graphics Property
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

Reference

Page Class
Page Members