Non-blocking (asynchronous) version of the
RenderToFilter method. This method is a shortcut to the
C1.Xaml.Document.C1DocumentSource.ExportAsyncEx method on the base class.
'Declaration
Public Function RenderToFilterAsyncEx( _
ByVal As ExportFilter _
) As Windows.Foundation.IAsyncActionWithProgress(Of Double)
public Windows.Foundation.IAsyncActionWithProgress<double> RenderToFilterAsyncEx(
ExportFilter
)
Parameters
- filter
- The exporter to use.
Return Value
The Windows.Foundation.IAsyncActionWithProgress`1 interface that can be used to manage asynchronous operation.