[]
Non-blocking (asynchronous) version of the RenderToFilter(ExportFilter) method. This method is a shortcut to the ExportAsync(ExportFilter) method on the base class.
public Task RenderToFilterAsync(ExportFilter filter)
Type | Name | Description |
---|---|---|
ExportFilter | filter | The exporter to use. |
Type | Description |
---|---|
Task | Asynchronous value object. |