'宣言 Public Overloads Function RenderBlockRichText( _ ByVal rtf As System.String, _ ByVal width As System.Object, _ ByVal height As System.Object, _ ByVal style As Style _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim rtf As System.String Dim width As System.Object Dim height As System.Object Dim style As Style Dim value As System.Boolean value = instance.RenderBlockRichText(rtf, width, height, style)
パラメータ
- rtf
- Text to render, can be plain text.
- width
- If null then parent width will be used.
- height
- If null then autoheight will be used.
- style
- Style of object.
戻り値の型
Returns true if no warnings occur during rendering the object.