GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / RenderObject(GoObject) Method
The Northwoods.Go.GoObject to be rendered.
In This Topic
    RenderObject(GoObject) Method
    In This Topic
    Modifies a data stream representing the obj in the PDF document.
    Syntax
    protected virtual void RenderObject( 
       GoObject obj
    )

    Parameters

    obj
    The Northwoods.Go.GoObject to be rendered.
    See Also