PrintDocument for WinForms
Export(String,ExportProvider,OutputRange,Boolean) メソッド


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス > Export メソッド : Export(String,ExportProvider,OutputRange,Boolean) メソッド
出力ファイル名。エクスポート形式はファイルの拡張子で決まります。
エクスポートプロバイダ。 C1.C1Preview.Export.ExportProvidersクラスで使用できる静的エクスポートプロバイダのいずれかを使用します。
エクスポートするページの範囲(すべてのページをエクスポートする場合は null)。
進行状況ダイアログを表示するかどうかを示すフラグ。
現在のマルチドキュメントをファイルにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal fileName As System.String, _
   ByVal exportProvider As ExportProvider, _
   ByVal outputRange As OutputRange, _
   ByVal showProgress As System.Boolean _
) 
'使用法
 
Dim instance As C1MultiDocument
Dim fileName As System.String
Dim exportProvider As ExportProvider
Dim outputRange As OutputRange
Dim showProgress As System.Boolean
 
instance.Export(fileName, exportProvider, outputRange, showProgress)
public void Export( 
   System.string fileName,
   ExportProvider exportProvider,
   OutputRange outputRange,
   System.bool showProgress
)

パラメータ

fileName
出力ファイル名。エクスポート形式はファイルの拡張子で決まります。
exportProvider
エクスポートプロバイダ。 C1.C1Preview.Export.ExportProvidersクラスで使用できる静的エクスポートプロバイダのいずれかを使用します。
outputRange
エクスポートするページの範囲(すべてのページをエクスポートする場合は null)。
showProgress
進行状況ダイアログを表示するかどうかを示すフラグ。
参照

C1MultiDocument クラス
C1MultiDocument メンバ
オーバーロード一覧