Documents for PDF, .NET Edition Documentation
GetGraphics Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > PageContentStream Class : GetGraphics Method
The Page containing this PageContentStream.
Returns an instance of GcPdfGraphics that can be used to generate content of this PageContentStream.
Syntax
'Declaration
 
Public Function GetGraphics( _
   ByVal page As Page _
) As GcPdfGraphics
public GcPdfGraphics GetGraphics( 
   Page page
)

Parameters

page
The Page containing this PageContentStream.
See Also

Reference

PageContentStream Class
PageContentStream Members