The default ActionHandler handles the common actions for a pages viewer.

Namespace: TallComponents.Interaction.WinForms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public class DefaultActionHandler : ActionHandler
Visual Basic
Public Class DefaultActionHandler _
	Inherits ActionHandler

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Actions..::..ActionVisitor
    TallComponents.PDF.Actions..::..ActionHandler
      TallComponents.Interaction.WinForms..::..DefaultActionHandler

See Also