PDFReaderControls.NET Professional Type Reference

ActionHandler.Visit Method (GoToAction, Object)

Visit this action.

public object Visit(
   GoToAction action,
   object argument
);

Parameters

action
The action.
argument
The additional argument passed to the Accept method (can be a null reference).

Remarks

The default Visit operation cannot be overriden in any derived ActionHandler.

See Also

ActionHandler Class | TallComponents.PDF.Actions Namespace | ActionHandler.Visit Overload List