[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.InternalExecuteAction

InternalExecuteAction Method

InternalExecuteAction(C1DocumentAction, IExecutionContext)

Should be overriden. Executes an action specified by the C1DocumentAction on the document.

Declaration
[Obfuscation(Exclude = true)]
protected abstract C1BookmarkPosition InternalExecuteAction(C1DocumentAction action, IExecutionContext context)
Parameters
Type Name Description
C1DocumentAction action

The C1DocumentAction defining action to execute.

IExecutionContext context

A IExecutionContext object defining the context to set.

Returns
Type Description
C1BookmarkPosition

C1BookmarkPosition object specifies position in document where viewer should be positioned when method finished.