[]
        
(Showing Draft Content)

C1.Web.Api.Image.ImageExporter.ExportAsync

ExportAsync Method

ExportAsync(ImageExportSource, Stream)

Execute the export.

Declaration
public Task ExportAsync(ImageExportSource exportSource, Stream outputStream)
Parameters
Type Name Description
ImageExportSource exportSource

The export options.

Stream outputStream

The export result.

Returns
Type Description
Task

The task.

Implements