IPXC_BackgroundParams::BackgroundFile Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_BackgroundParams::BackgroundFile Property}}
 
{{#customTitle:IPXC_BackgroundParams::BackgroundFile Property}}
 +
{{#parentPage:PXV:IPXC_BackgroundParams#Properties|BackgroundFile|property}}
  
Property '''BackgroundFile''' of interface [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] returns/sets Value of BSTR ...
+
Gets/sets the background file path.
 
+
  
 
== 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* sFileName);
HRESULT put_BackgroundFile([in] BSTR psFileName);
+
HRESULT put_BackgroundFile([in] BSTR sFileName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]].
+
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]

Latest revision as of 03:20, 15 June 2015

Gets/sets the background file path.

Syntax

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

See Also

IPXC_BackgroundParams