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


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

パラメータ

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

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