'Declaration Public Overloads Function AddText( _ ByVal text As String, _ ByVal textColor As Color, _ ByVal textPosition As TextPositionEnum _ ) As ParagraphText
public ParagraphText AddText( string text, Color textColor, TextPositionEnum textPosition )
Parameters
- text
- The text string to add.
- 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.