[]
Defines an action causes a script to be compiled and executed by the JavaScript interpreter.
public class ActionJavaScript : ActionBase, IPdfDict
Initialize a new instance of the ActionJavaScript class.
public ActionJavaScript()
Initialize a new instance of the ActionJavaScript class.
public ActionJavaScript(string javaScript)
javaScript
stringThe JavaScript to execute.
Gets or sets the JavaScript to execute.
public string JavaScript { get; set; }