AppendRtfText(String,Font) Method
In This Topic
Appends the specified text to the Rft string using the object ForeColor and the specified font. Transparent colors cannot be used for an Rtf rendering.
Syntax
'Declaration
Public Overloads Sub AppendRtfText( _
ByVal As System.String, _
ByVal As System.Drawing.Font _
)
public void AppendRtfText(
System.string ,
System.Drawing.Font
)
Parameters
- Text
- Text string to be appended to existing Rtf.
- Font
- Font of the appended text.
See Also