Renders the RTF text.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public bool RenderBlockRichText( string rtf, Object width, Object height, Style style ) |
Visual Basic |
---|
Public Function RenderBlockRichText ( _ rtf As String, _ width As Object, _ height As Object, _ style As Style _ ) As Boolean |
Parameters
- rtf
- Type: System..::..String
Text to render, can be plain text.
- width
- Type: System..::..Object
If null then parent width will be used.
- height
- Type: System..::..Object
If null then autoheight will be used.
- style
- Type: C1.C1Preview..::..Style
Style of object.