[]
        
(Showing Draft Content)

C1.C1Word.C1WordDocument.Save

Save Method

Save(string)

Save this document to the file with file name.

Declaration
public void Save(string fileName)
Public Sub Save(fileName As String)
Parameters
Type Name Description
string fileName

The file name for creation or replacement of a file.

Save(Stream, FileFormat)

Save this document to the stream.

Declaration
public void Save(Stream stream, FileFormat format)
Public Sub Save(stream As Stream, format As FileFormat)
Parameters
Type Name Description
Stream stream

The writable stream.

FileFormat format

The file format.