Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / ExportAsyncEx Method
The export filter to use.

In This Topic
    ExportAsyncEx Method (C1PdfDocumentSource)
    In This Topic
    Non-blocking (asynchronous) version of the Export method.
    Syntax
    'Declaration
     
    Public Function ExportAsyncEx( _
       ByVal exportFilter As ExportFilter _
    ) As IAsyncActionWithProgress(Of Double)

    Parameters

    exportFilter
    The export filter to use.

    Return Value

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