ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / DrawString Method / DrawString(String,RectangleF) Method
The text string of the paragraph.
The drawing rectangle.

In This Topic
    DrawString(String,RectangleF) Method
    In This Topic
    Draw text string into this document in next position.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawString( _
       ByVal text As System.String, _
       ByVal rc As System.Drawing.RectangleF _
    ) 
    public void DrawString( 
       System.string text,
       System.Drawing.RectangleF rc
    )

    Parameters

    text
    The text string of the paragraph.
    rc
    The drawing rectangle.
    See Also