Gets or sets the javascript code to be executed when this action is executed.
Namespace: Spire.Pdf.ActionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string Script { get; set; }
Public Property Script As String Get Set
public: property String^ Script { String^ get (); void set (String^ value); }
member Script : string with get, set
Property Value
StringA string value representing valid javascript code to be executed.