PrintDocument for WinForms
RenderBlockRichText(String) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockRichText メソッド : RenderBlockRichText(String) メソッド
Text to render, can be plain text.
Renders the RTF text with parent width and autoheight.
シンタックス
'宣言
 
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
Text to render, can be plain text.

戻り値の型

Returns true if no warnings occur during rendering the object.
参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧