PDFKit.NET 2.0 Class Library (.NET 2.0)

ActionVisitor.Visit Method (Action, Object)

Visit an action.

public virtual object Visit(
   Action annotation,
   object argument
);

Parameters

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

Remarks

a null reference is returned when not implementing this functionality.

See Also

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