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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > Export メソッド : Export(String,Boolean) メソッド
The output file name. The file extension determines the export format.
Flag indicating whether to show the progress dialog.
Exports the document to a disk file.
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal fileName As System.String, _
   ByVal showProgress As System.Boolean _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim fileName As System.String
Dim showProgress As System.Boolean
 
instance.Export(fileName, showProgress)
public void Export( 
   System.string fileName,
   System.bool showProgress
)

パラメータ

fileName
The output file name. The file extension determines the export format.
showProgress
Flag indicating whether to show the progress dialog.
参照

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