A JavaScript action executes javascript.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

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

Remarks

This class does not exectute the JavaScript directly, it depends on the context (location) whare it lives and the ScriptBehavior specified on the document.

Inheritance Hierarchy

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

See Also