PrintDocument for WinForms
FileSave() メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス > FileSave メソッド : FileSave() メソッド
Saves the currently loaded document, allowing the user to select the file name and the output format, using the ExportOptions specified on the current preview pane.
シンタックス
'宣言
 
Public Overloads Function FileSave() As System.Boolean
'使用法
 
Dim instance As C1PreviewPane
Dim value As System.Boolean
 
value = instance.FileSave()
public System.bool FileSave()

戻り値の型

true if the file was saved, false if an error occurred or if the user cancelled the dialog.
解説
If a handler is assigned to the Error event, that handler is invoked but no message is shown to the user.
参照

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