ComponentOne Word for UWP
DrawString(String,Rect) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > DrawString Method : DrawString(String,Rect) Method
The text string of the paragraph.
The drawing rectangle.
Draw text string into this document in next position.
Syntax
'Declaration
 
Public Overloads Sub DrawString( _
   ByVal text As System.String, _
   ByVal rc As Windows.Foundation.Rect _
) 
public void DrawString( 
   System.string text,
   Windows.Foundation.Rect rc
)

Parameters

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

Reference

C1WordDocument Class
C1WordDocument Members
Overload List