PdfJavaScriptAction
Script Property
|
Gets or sets the javascript code to be executed when this action is executed.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
String
A string value representing valid javascript code to be executed.
See Also