[]
        
(Showing Draft Content)

C1.Word.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.

Implements

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.

Save(Stream, string)

Save this document to the stream.

Declaration
public void Save(Stream stream, string ext)
Parameters
Type Name Description
Stream stream

The writable stream.

string ext

The file extension to define a format.

Implements