[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.ExportAsyncEx

ExportAsyncEx Method

ExportAsyncEx(ExportFilter)

Non-blocking (asynchronous) version of the Export(ExportFilter) method.

Declaration
public IAsyncActionWithProgress<double> ExportAsyncEx(ExportFilter exportFilter)
Parameters
Type Name Description
ExportFilter exportFilter

The export filter to use.

Returns
Type Description
IAsyncActionWithProgress<double>

The IAsyncActionWithProgress<TProgress> interface that can be used to manage asynchronous operation.