Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class / Render Method
The target GcGraphics. If a null reference (Nothing in Visual Basic), the value is taken from the Graphics property. The resolution of graphics must be the same as of Graphics.

In This Topic
    Render Method (TableRenderer)
    In This Topic
    Draws the table to a GcGraphics.
    Syntax
    'Declaration
     
    Public Sub Render( _
       Optional ByVal graphics As GcGraphics _
    ) 
    public void Render( 
       GcGraphics graphics
    )

    Parameters

    graphics
    The target GcGraphics. If a null reference (Nothing in Visual Basic), the value is taken from the Graphics property. The resolution of graphics must be the same as of Graphics.
    See Also