バージョン

SaveToRtf(RichTextDocument,Stream,RtfSaveOptions) メソッド

RTF 形式で文書からストリームへコンテンツを保存します。
シンタックス
'宣言
 
Public Overloads Shared Sub SaveToRtf( _
   ByVal document As Infragistics.Documents.RichText.RichTextDocument, _
   ByVal stream As Stream, _
   Optional ByVal options As RtfSaveOptions _
) 
public static void SaveToRtf( 
   Infragistics.Documents.RichText.RichTextDocument document,
   Stream stream,
   RtfSaveOptions options
)

パラメータ

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