[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PageContentStream.GetGraphics

GetGraphics Method

GetGraphics(Page)

Returns an instance of GcPdfGraphics that can be used to generate content of this PageContentStream.

Declaration
public GcPdfGraphics GetGraphics(Page page)
Public Function GetGraphics(page As Page) As GcPdfGraphics
Parameters
Type Name Description
Page page

The Page containing this PageContentStream.

Returns
Type Description
GcPdfGraphics

The GcPdfGraphics.