[]
        
(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)
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)
Parameters
Type Name Description
Stream stream

The writable stream.

FileFormat format

The file format.