PDFReaderControls.NET Professional Type Reference

ActionHandler.ExecuteNamedAction Method 

Execute the non-standard named action.

public virtual void ExecuteNamedAction(
   string name,
   ActionContext context
);

Parameters

name
The (PDF)name of the non-standard named action.
context
The context in which this action is executed.

Remarks

context can be a null reference.

See Also

ActionHandler Class | TallComponents.PDF.Actions Namespace