IPXC_BackgroundParams::BackgroundFile Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_BackgroundParams::BackgroundFile Property}}
 
{{#customTitle:IPXC_BackgroundParams::BackgroundFile Property}}
  
Property '''BackgroundFile''' of interface [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] returns/sets Value of BSTR ...
+
Gets/sets the background file path.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 04:38, 15 April 2015

Gets/sets the background file path.

Syntax

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

See Also

See also IPXC_BackgroundParams.