'Declaration Public Overloads Function AddText( _ ByVal text As String, _ ByVal font As Font _ ) As ParagraphText
public ParagraphText AddText( string text, Font font )
Parameters
- text
- The text string to add.
- font
- The font to use to render the string.
Return Value
A ParagraphText object representing the specified text string.