Adds a text string with the specified font and text color to the current paragraph content.
'Declaration
Public Overloads Function AddText( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Color _
) As ParagraphText
public ParagraphText AddText(
System.string ,
System.Drawing.Font ,
System.Drawing.Color
)
Parameters
- text
- The text string to add.
- font
- The font to use to render the string.
- textColor
- The text color to use to render the string.
Return Value
A
ParagraphText object representing the specified text string.