バージョン

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

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

パラメータ

document
保存するコンテンツを含むドキュメント。
filePath
ドキュメントを保存するためのファイルへのパス。
options
コンテンツを保存するときに使用するオプション。
参照