Web API Edition | ComponentOne
C1.Web.Api.Image Namespace / ImageExporter Class / ExportAsync Method
The export options.
The export result.

In This Topic
    ExportAsync Method (ImageExporter)
    In This Topic
    Execute the export.
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.Web.Api.Image.ImageExporter/#Nvt)>
    Public Function ExportAsync( _
       ByVal exportSource As ImageExportSource, _
       ByVal outputStream As Stream _
    ) As Task
    [AsyncStateMachine(C1.Web.Api.Image.ImageExporter/#Nvt)]
    public Task ExportAsync( 
       ImageExportSource exportSource,
       Stream outputStream
    )

    Parameters

    exportSource
    The export options.
    outputStream
    The export result.

    Return Value

    The task.
    See Also