Document.Save Method (2007 System)
Saves the document. If the document has not been saved before, the Save As dialog box prompts the user for a file name.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public Sub Save
'Usage
Dim instance As Document
instance.Save()
public void Save()
public:
void Save()
public function Save()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.