PDFKit.NET 2.0 Class Library (.NET 2.0)

ActionVisitor.Visit Method (UriAction, Object)

Visit an UriAction.

public virtual object Visit(
   UriAction action,
   object argument
);

Parameters

action
The vistor must handle an UriAction.
argument
The additional argument passed to the Accept method (can be a null reference).

Remarks

Not implementing this functionality calls the action overload.

See Also

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