IPXC_BackgroundParams::BackgroundPage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_BackgroundParams::BackgroundPage Property}}
 
{{#customTitle:IPXC_BackgroundParams::BackgroundPage Property}}
{{#parentPage:PXV:IPXC_BackgroundParams|BackgroundPage Property|property}}
+
{{#parentPage:PXV:IPXC_BackgroundParams#Properties|BackgroundPage|property}}
  
 
+
Gets/sets the page from the file that will be used as background.
Gets/sets the page from the file which will be used as background.
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BackgroundPage([out, retval]  ULONG*  pPageNum);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BackgroundPage([out, retval]  ULONG*  nPageNum);
HRESULT put_BackgroundPage([in]  ULONG  pPageNum);
+
HRESULT put_BackgroundPage([in]  ULONG  nPageNum);
 
</pre>
 
</pre>
  
 
== 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 page from the file that will be used as background.

Syntax

HRESULT get_BackgroundPage([out, retval]  ULONG*  nPageNum);
HRESULT put_BackgroundPage([in]  ULONG  nPageNum);

See Also

IPXC_BackgroundParams