[]
        
(Showing Draft Content)

C1.Util.IFlowDocument.Save

Save Method

Save(string)

Save this flow document to the file with file name.

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

The file name for creation or replacement of a file.

Save(Stream, string)

Save this document to the stream.

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

The writable stream.

string ext

The file extension to define a format.