ComponentOne Web API Edition
ExportAsync Method (ImageExporter)

C1.Web.Api.Image Namespace > ImageExporter Class : ExportAsync Method
The export options.
The export result.
Execute the export.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<AsyncStateMachineAttribute(C1.Web.Api.Image.ImageExporter+#qFi)>
Public Function ExportAsync( _
   ByVal exportSource As ImageExportSource, _
   ByVal outputStream As Stream _
) As Task
[DebuggerStepThrough()]
[AsyncStateMachine(C1.Web.Api.Image.ImageExporter+#qFi)]
public Task ExportAsync( 
   ImageExportSource exportSource,
   Stream outputStream
)

Parameters

exportSource
The export options.
outputStream
The export result.

Return Value

The task.
See Also

Reference

ImageExporter Class
ImageExporter Members