Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawString Method / DrawString(String,TextFormat,PointF) Method

In This Topic
    DrawString(String,TextFormat,PointF) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawString( _
       ByVal text As System.String, _
       ByVal textFormat As TextFormat, _
       ByVal location As System.Drawing.PointF _
    ) 
    public void DrawString( 
       System.string text,
       TextFormat textFormat,
       System.Drawing.PointF location
    )

    Parameters

    text
    textFormat
    location
    See Also