This document is archived and information here might be outdated. Recommended version. |
Saves the document that is currently open in this application.
[Visual Basic .NET]
Public Sub SaveDocument ( _
[ByVal saveAsPath As String] _
)
[C#]
public void SaveDocument (
string saveAsPath
);
saveAsPath is a string representing a path and filename for the document that is being saved. [Optional]
If this document is a new document that has not been saved yet and a saveAsPath is not specified, the Save As dialog will be displayed.