Adds a text string with the specified font, text color and position to the current paragraph content.
'Declaration
Public Overloads Function AddText( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Color, _
ByVal As TextPositionEnum _
) As ParagraphText
public ParagraphText AddText(
System.string ,
System.Drawing.Font ,
System.Drawing.Color ,
TextPositionEnum
)
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.
- textPosition
- The text position to use to render the string.
Return Value
A
ParagraphText object representing the specified text string.