PrintDocument for WinForms
Export(String) メソッド


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

パラメータ

fileName
The output file name. The file extension determines the export format.
参照

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