PrintDocument for WinForms
Save(String) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > Save メソッド : Save(String) メソッド
The target file name.
Saves the current document to a disk file. The persistense format (C1DocumentFormatEnum.C1d or C1DocumentFormatEnum.C1dx) is determined by the specified file extension. The save format defaults to C1DocumentFormatEnum.C1d if the format cannot be determined from the extension.
シンタックス
'宣言
 
Public Overloads Sub Save( _
   ByVal fileName As System.String _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim fileName As System.String
 
instance.Save(fileName)
public void Save( 
   System.string fileName
)

パラメータ

fileName
The target file name.
参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
C1DocumentFormatEnum 列挙体