ComponentOne Document Library for UWP
ExportAsync Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1DocumentSource Class : ExportAsync Method
The export filter to use.
Non-blocking (asynchronous) version of the Export method.
Syntax
'Declaration
 
Public Function ExportAsync( _
   ByVal exportFilter As ExportFilter _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task ExportAsync( 
   ExportFilter exportFilter
)

Parameters

exportFilter
The export filter to use.

Return Value

Asynchronous value object.
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members