[]
Should be overriden. Executes an action specified by the C1DocumentAction on the document.
protected override C1BookmarkPosition InternalExecuteAction(C1DocumentAction action, IExecutionContext context)
| Type | Name | Description |
|---|---|---|
| C1DocumentAction | action | The C1DocumentAction defining action to execute. |
| IExecutionContext | context | A IExecutionContext object defining the context to set. |
| Type | Description |
|---|---|
| C1BookmarkPosition | C1BookmarkPosition object specifies position in document where viewer should be positioned when method finished. |