SaveAs
Saves the current document in another format.
If the FileName
parameter is an empty string, this method displays the Save As dialog box, which allows the user to specify conversion, compression, and encodings, as well as the target file name. Otherwise, the FileName
parameter should be the complete path and file name of the desired target file. A copy operation from the currently opened file to the specified target file occurs. Use the CanSaveAs property to check whether the document has been completely processed and can be saved.
Syntax
bRet = KeyView.SaveAs(FileName)
Parameters
Parameter | Type | Description |
---|---|---|
FileName
|
String | The complete path and file name of the target file. This parameter can be an empty string that displays the Save As dialog box. |
Returns
Type | Description |
---|---|
Boolean |
|