'宣言 Public Overloads Function RenderBlockRichText( _ ByVal rtf As System.String _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim rtf As System.String Dim value As System.Boolean value = instance.RenderBlockRichText(rtf)
public System.bool RenderBlockRichText( System.string rtf )
パラメータ
- rtf
- レンダリングするテキスト。プレーンテキストが使用可能です。
戻り値の型
オブジェクトのレンダリング中に警告が発生しなかった場合は true を返します。