現在のマルチドキュメントをストリームにエクスポートします。
シンタックス
'宣言
Public Overloads Sub Export( _
ByVal As System.IO.Stream, _
ByVal As ExportProvider, _
ByVal As OutputRange, _
ByVal As System.Boolean _
)
'使用法
Dim instance As C1MultiDocument
Dim stream As System.IO.Stream
Dim exportProvider As ExportProvider
Dim outputRange As OutputRange
Dim showProgress As System.Boolean
instance.Export(stream, exportProvider, outputRange, showProgress)
public void Export(
System.IO.Stream ,
ExportProvider ,
OutputRange ,
System.bool
)
パラメータ
- stream
- 出力先ストリーム。
- exportProvider
- エクスポートプロバイダ。 C1.C1Preview.Export.ExportProvidersクラスで使用できる静的エクスポートプロバイダのいずれかを使用します。
- outputRange
- エクスポートするページの範囲(すべてのページをエクスポートする場合は null)。
- showProgress
- 進行状況ダイアログを表示するかどうかを示すフラグ。
参照