A JavaScript action executes javascript.

Namespace: TallComponents.PDF.Layout.Actions
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
[SerializableAttribute]
public class JavaScriptAction : Action
Visual Basic
<SerializableAttribute> _
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.Layout..::..Object
    TallComponents.PDF.Layout.Actions..::..Action
      TallComponents.PDF.Layout.Actions..::..JavaScriptAction

See Also