C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / Save Method / Save(String) Method
The file name for creation or replacement of a file.

In This Topic
Save(String) Method
In This Topic
Save this document to the file with file name.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As String _
) 
 

Parameters

fileName
The file name for creation or replacement of a file.
See Also