Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / ExportAsync Method
The export filter to use.

In This Topic
    ExportAsync Method (C1DocumentSource)
    In This Topic
    Non-blocking (asynchronous) version of the Export method.
    Syntax
    'Declaration
     
    Public Function ExportAsync( _
       ByVal exportFilter As ExportFilter _
    ) As Task
    public Task ExportAsync( 
       ExportFilter exportFilter
    )

    Parameters

    exportFilter
    The export filter to use.

    Return Value

    Asynchronous value object.
    See Also