PrintDocument for WinForms
Export(Exporter,String) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Forms 名前空間 > ProgressForm クラス > Export メソッド : Export(Exporter,String) メソッド
The exporter to use.
The output file name.
Performs export to a disk file, using the current ProgressForm to show operation progress.
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal exporter As Exporter, _
   ByVal fileName As System.String _
) 
'使用法
 
Dim instance As ProgressForm
Dim exporter As Exporter
Dim fileName As System.String
 
instance.Export(exporter, fileName)
public void Export( 
   Exporter exporter,
   System.string fileName
)

パラメータ

exporter
The exporter to use.
fileName
The output file name.
参照

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