[]
        
(Showing Draft Content)

C1.C1Preview.C1MultiDocument.Save

Save Method

Save(Stream)

Saves the current document to a stream.

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

The target stream.

Save(string)

Saves the current document to a disk file.

Declaration
public void Save(string fileName)
Parameters
Type Name Description
string fileName

The target file name.