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