Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageContentStream Class / GetGraphics Method
The Page containing this PageContentStream.

In This Topic
    GetGraphics Method
    In This Topic
    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.

    Return Value

    See Also