[]
Performs export to a disk file, using a new instance of ProgressForm to show operation progress.
public static void DoExport(Exporter exporter, string fileName)
Type | Name | Description |
---|---|---|
Exporter | exporter | The exporter to use. |
string | fileName | The output file name. |
Performs export to a stream, using a new instance of ProgressForm to show operation progress.
public static void DoExport(Exporter exporter, Stream stream)
Type | Name | Description |
---|---|---|
Exporter | exporter | The exporter to use. |
Stream | stream | The output stream. |