Click or drag to resize

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; }

Property Value

Type: String
A string value representing valid javascript code to be executed.
See Also