C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / ExecuteActionAsync Method
The C1DocumentAction defining action to execute.

In This Topic
ExecuteActionAsync Method (C1PdfDocumentSource)
In This Topic
Non-blocking (asynchronous) version of the ExecuteAction method.
Syntax
'Declaration
 
Public Function ExecuteActionAsync( _
   ByVal action As C1DocumentAction _
) As Task(Of C1BookmarkPosition)
 

Parameters

action
The C1DocumentAction defining action to execute.

Return Value

Asynchronous value object.
See Also