Namespace TallComponents.PDF.Actions
Class JavaScriptAction
A JavaScript action executes javascript.
This class does not execute the JavaScript directly; it depends on the context (location) where it lives and the ScriptBehavior specified on the document.
Syntax
public class JavaScriptAction
: Action
Constructors
JavaScriptAction()
Create a new JavaScript action.
JavaScriptAction(String)
Create a new JavaScript action.
JavaScriptAction(JavaScript)
Create a new JavaScript action.