 | PdfJavaScriptActionJavaScript Property |
Gets or sets a text string or text stream containing the JavaScript script to be executed.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string JavaScript { get; set; }
Public Property JavaScript As String
Get
Set
public:
property String^ JavaScript {
String^ get ();
void set (String^ value);
}
member JavaScript : string with get, set
/** @property */
public String get_JavaScript()
/** @property */
public void set_JavaScript(String value)
function get_JavaScript();
function set_JavaScript(value);
Property Value
String
See Also