[]
Non-blocking (asynchronous) version of the RenderToFilter(ExportFilter) method. This method is a shortcut to the ExportAsyncEx(ExportFilter) method on the base class.
public IAsyncActionWithProgress<double> RenderToFilterAsyncEx(ExportFilter filter)
Type | Name | Description |
---|---|---|
ExportFilter | filter | The exporter to use. |
Type | Description |
---|---|
IAsyncActionWithProgress<double> | The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation. |