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: 6.2.6.0 (6.2.6.2020)
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.