C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document 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
 

Parameters

exportFilter
The export filter to use.

Return Value

Asynchronous value object.
See Also