A derived instance of ActionVisitor is passed to Action.Accept(...). This method calls one of the below ActionVisitor methods according to the type of action.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public abstract class ActionVisitor
Visual Basic
Public MustInherit Class ActionVisitor

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Actions..::..ActionVisitor
    TallComponents.PDF.Actions..::..ActionHandler

See Also