バージョン

SaveToHtml(RichTextDocument,Stream,HtmlSaveOptions) メソッド

ドキュメントのコンテンツを HTML 形式でストリームに保存します。
シンタックス
'宣言
 
Public Overloads Shared Sub SaveToHtml( _
   ByVal document As Infragistics.Documents.RichText.RichTextDocument, _
   ByVal stream As Stream, _
   Optional ByVal options As HtmlSaveOptions _
) 
public static void SaveToHtml( 
   Infragistics.Documents.RichText.RichTextDocument document,
   Stream stream,
   HtmlSaveOptions options
)

パラメータ

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