IPXC_Action_JavaScript::Script Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Script([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Script([out, retval] BSTR* ppScript); |
− | HRESULT put_Script([in] BSTR | + | HRESULT put_Script([in] BSTR ppScript); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Action_JavaScript|IPXC_Action_JavaScript]]. | See also [[PXV:IPXC_Action_JavaScript|IPXC_Action_JavaScript]]. |
Revision as of 07:54, 21 April 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
See also IPXC_Action_JavaScript.