C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / DrawString Method / DrawString(String,Rect) Method
The text string of the paragraph.
The drawing rectangle.

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

Parameters

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