Namespace TallComponents.PDF.Layout.Actions
Class JavaScriptAction
A JavaScript action executes javascript.
This class does not exectute the JavaScript directly, it depends on the context (location) whare 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.