'Declaration Public Function RenderToFilterAsyncEx( _ ByVal filter As ExportFilter _ ) As IAsyncActionWithProgress(Of Double)
public IAsyncActionWithProgress<double> RenderToFilterAsyncEx( ExportFilter filter )
Parameters
- filter
- The exporter to use.
Return Value
The C1.Win.C1Document.IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.