[]
        
(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)
Public Sub Export(exporter As Exporter, fileName As String)
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)
Public Sub Export(exporter As Exporter, stream As Stream)
Parameters
Type Name Description
Exporter exporter

The exporter to use.

Stream stream

The output stream.