GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawText Method / DrawText(GoText) Method
The Northwoods.Go.GoText object to draw
In This Topic
    DrawText(GoText) Method
    In This Topic
    Draws text as specified by a Northwoods.Go.GoText object.
    Syntax
    public void DrawText( 
       GoText txt
    )

    Parameters

    txt
    The Northwoods.Go.GoText object to draw
    See Also