FileSave Method (C1PreviewFileActions)
In This Topic
Saves (exports) the current document in the specified file. If fileName is empty or specifies a directory, the user can select a file name in a "save file" dialog. If specified, exportProvider determines the save/export format, otherwise the file extension is used.
Overload List
Overload | Description |
FileSave(String,ExportProvider,Boolean) | Saves (exports) the current document in the specified file. If is empty or specifies a directory, the user can select a file name in a "save file" dialog. If specified, determines the save/export format, otherwise the file extension is used. |
FileSave(String,ExportProvider) | Saves (exports) the current document in the specified file. If is empty or specifies a directory, the user can select a file name in a "save file" dialog. If specified, determines the save/export format, otherwise the file extension is used. |
FileSave() | Saves (exports) the current document in the specified file. The user can select a file name in a "save file" dialog. The save/export format is determined by the file extension. |
See Also