Renders a string into the current inline paragraph, using the specified font and text color.
'Declaration
Public Overloads Function RenderInlineText( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Color _
) As System.Boolean
public System.bool RenderInlineText(
System.string ,
System.Drawing.Font ,
System.Drawing.Color
)
Parameters
- text
- The string to add to the Content of the current inline paragraph.
- font
- The font to use for the specified text.
- textColor
- The text color to use.
Return Value
true if no warnings were generated by this call, false otherwise.