IPXC_BackgroundParams::BackgroundFile Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BackgroundFile([out, retval] BSTR* psFileName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BackgroundFile([out, retval] BSTR* ppFileName);
HRESULT put_BackgroundFile([in] BSTR psFileName);
+
HRESULT put_BackgroundFile([in] BSTR ppFileName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]].
 
See also [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]].

Revision as of 09:02, 21 April 2015


Gets/sets the background file path.

Syntax

HRESULT get_BackgroundFile([out, retval] BSTR* ppFileName);
HRESULT put_BackgroundFile([in] BSTR ppFileName);

See Also

See also IPXC_BackgroundParams.