バージョン

LoadFromRtf(RichTextDocument,Stream,RtfLoadOptions) メソッド

ストリームから文書へ RTF コンテンツを読み込みます。
シンタックス
'宣言
 
Public Overloads Shared Sub LoadFromRtf( _
   ByVal document As Infragistics.Documents.RichText.RichTextDocument, _
   ByVal stream As Stream, _
   Optional ByVal options As RtfLoadOptions _
) 
public static void LoadFromRtf( 
   Infragistics.Documents.RichText.RichTextDocument document,
   Stream stream,
   RtfLoadOptions options
)

パラメータ

document
コンテンツを読み込む先のドキュメント。
stream
RTF コンテンツを含むストリーム。
options
コンテンツを読み込むときに使用するオプション。
参照