[]
        
(Showing Draft Content)

C1.C1Preview.Forms.ProgressForm.DoExport

DoExport Method

DoExport(Exporter, string)

Performs export to a disk file, using a new instance of ProgressForm to show operation progress.

Declaration
public static void DoExport(Exporter exporter, string fileName)
Public Shared Sub DoExport(exporter As Exporter, fileName As String)
Parameters
Type Name Description
Exporter exporter

The exporter to use.

string fileName

The output file name.

DoExport(Exporter, Stream)

Performs export to a stream, using a new instance of ProgressForm to show operation progress.

Declaration
public static void DoExport(Exporter exporter, Stream stream)
Public Shared Sub DoExport(exporter As Exporter, stream As Stream)
Parameters
Type Name Description
Exporter exporter

The exporter to use.

Stream stream

The output stream.