[]
        
(Showing Draft Content)

C1.C1Preview.Forms.ProgressForm.Export

Export Method

Export(Exporter, string)

Performs export to a disk file, using the current ProgressForm to show operation progress.

Declaration
public void Export(Exporter exporter, string fileName)
Parameters
Type Name Description
Exporter exporter

The exporter to use.

string fileName

The output file name.

Export(Exporter, Stream)

Performs export to a stream, using the current ProgressForm to show operation progress.

Declaration
public void Export(Exporter exporter, Stream stream)
Parameters
Type Name Description
Exporter exporter

The exporter to use.

Stream stream

The output stream.