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

In This Topic
ExecuteAction Method (C1PdfDocumentSource)
In This Topic
Executes an action specified by the C1DocumentAction object.
Syntax
'Declaration
 
Public Function ExecuteAction( _
   ByVal action As C1DocumentAction _
) As C1BookmarkPosition
 

Parameters

action
The C1DocumentAction defining action to execute.

Return Value

Returns the C1BookmarkPosition object defining position where document should be opened.
See Also