PrintDocument for WinForms
RenderRichText コンストラクタ(String,Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderRichText クラス > RenderRichText コンストラクタ : RenderRichText コンストラクタ(String,Style)
A RTF-formatted string assigned to the RenderRichText.Rtf property.
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
Initializes a new instance of the RenderRichText class, using the specified RTF string and style.
シンタックス
'宣言
 
Public Function New( _
   ByVal rtf As System.String, _
   ByVal style As Style _
)
'使用法
 
Dim rtf As System.String
Dim style As Style
 
Dim instance As New RenderRichText(rtf, style)
public RenderRichText( 
   System.string rtf,
   Style style
)

パラメータ

rtf
A RTF-formatted string assigned to the RenderRichText.Rtf property.
style
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
参照

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