'Declaration
Function ExportAsync( _ ByVal exportSource As Object, _ ByVal outputStream As Stream _ ) As Task
Task ExportAsync( object exportSource, Stream outputStream )
Parameters
- exportSource
- The export source.
- outputStream
- The output stream.
'Declaration
Function ExportAsync( _ ByVal exportSource As Object, _ ByVal outputStream As Stream _ ) As Task
Task ExportAsync( object exportSource, Stream outputStream )