[]
Performs export to a disk file, using the current ProgressForm to show operation progress.
public void Export(Exporter exporter, string fileName)
Public Sub Export(exporter As Exporter, fileName As String)
| Type | Name | Description |
|---|---|---|
| Exporter | exporter | The exporter to use. |
| string | fileName | The output file name. |
Performs export to a stream, using the current ProgressForm to show operation progress.
public void Export(Exporter exporter, Stream stream)
Public Sub Export(exporter As Exporter, stream As Stream)
| Type | Name | Description |
|---|---|---|
| Exporter | exporter | The exporter to use. |
| Stream | stream | The output stream. |