DoExport(Exporter,Stream) Method
In This Topic
Performs export to a stream, using a new instance of
ProgressForm to show operation progress.
Syntax
'Declaration
Public Overloads Shared Sub DoExport( _
ByVal As Exporter, _
ByVal As Stream _
)
public static void DoExport(
Exporter ,
Stream
)
Parameters
- exporter
- The exporter to use.
- stream
- The output stream.
See Also