IPXC_Action_JavaScript::Script Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action_JavaScript::Script Property}}
 
{{#customTitle:IPXC_Action_JavaScript::Script Property}}
{{#parentPage:PXV:IPXC_Action_JavaScript|property}}
+
{{#parentPage:PXV:IPXC_Action_JavaScript#Properties|Script|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
 
A text string containing the JavaScript script to be executed.
 
A text string containing the JavaScript script to be executed.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Script([out, retval] BSTR* pScript);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Script([out, retval] BSTR* ppScript);
HRESULT put_Script([in] BSTR pScript);
+
HRESULT put_Script([in] BSTR ppScript);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action_JavaScript|IPXC_Action_JavaScript]].
+
[[PXV:IPXC_Action_JavaScript|IPXC_Action_JavaScript]]

Latest revision as of 08:01, 23 May 2015

A text string containing the JavaScript script to be executed.

Syntax

HRESULT get_Script([out, retval]  BSTR*  ppScript);
HRESULT put_Script([in]  BSTR  ppScript);

See Also

IPXC_Action_JavaScript