[]
Non-blocking (asynchronous) version of the Export(ExportFilter) method.
public IAsyncActionWithProgress<double> ExportAsyncEx(ExportFilter exportFilter)
Type | Name | Description |
---|---|---|
ExportFilter | exportFilter | The export filter to use. |
Type | Description |
---|---|
IAsyncActionWithProgress<double> | The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation. |