PDFView4NET WPF Edition
Script Property




O2S.Components.PDFView4NET.Actions Namespace > PDFJavaScriptAction Class : Script Property
Gets or sets the javascript code to be executed when this action is executed.
Syntax
'Declaration
 
Public Property Script As String
'Usage
 
Dim instance As PDFJavaScriptAction
Dim value As String
 
instance.Script = value
 
value = instance.Script
public string Script {get; set;}
public: __property string* get_Script();
public: __property void set_Script( 
   string* value
);
public:
property String^ Script {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value representing valid javascript code to be executed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFJavaScriptAction Class
PDFJavaScriptAction Members