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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス > Export メソッド : Export(String,ExportProvider,OutputRange,Boolean) メソッド
The output file name. The file extension determines the export format.
The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
The range of pages to export (use null to export all pages).
Flag indicating whether to show the progress dialog.
Exports the current multi-document to a disk file.
シンタックス
'宣言
 
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
The output file name. The file extension determines the export format.
exportProvider
The export provider. Use any of the static export providers available on the C1.C1Preview.Export.ExportProviders class.
outputRange
The range of pages to export (use null to export all pages).
showProgress
Flag indicating whether to show the progress dialog.
参照

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