ITextDocumentEditor.SaveCopy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SaveCopy(String, Boolean) |
Saves the contents of Document to disk with the new |
SaveCopy(String, Boolean, Boolean) |
Saves the contents of Document to disk with the new |
SaveCopy(String, Boolean)
SaveCopy(String, Boolean, Boolean)
public void SaveCopy (string filePath, bool overwrite, bool createFolder);
abstract member SaveCopy : string * bool * bool -> unit
Public Sub SaveCopy (filePath As String, overwrite As Boolean, createFolder As Boolean)
Parameters
- filePath
- String
The new file path for the document.
- overwrite
- Boolean
If true
, replaces the existing file.
- createFolder
- Boolean
If true
, creates the destination folder, if it does not yet exist.