A Named action executes an action predefined by the viewer application.

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

Syntax

C#
public class NamedAction : Action
Visual Basic
Public Class NamedAction _
	Inherits Action

Remarks

Well known (standard) names are: NextPage, PrevPage, FirstPage and LastPage.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Actions..::..Action
    TallComponents.PDF.Actions..::..NamedAction

See Also