RenderBlockRichText(String) Method
Renders the RTF text with parent width and autoheight.
'Declaration
Public Overloads Function RenderBlockRichText( _
ByVal As String _
) As Boolean
public bool RenderBlockRichText(
string
)
Parameters
- rtf
- Text to render, can be plain text.
Return Value
Returns true if no warnings occur during rendering the object.