IPXC_BackgroundParams::BackgroundPage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_BackgroundParams::BackgroundPage Property}}
 
{{#customTitle:IPXC_BackgroundParams::BackgroundPage Property}}
{{#parentPage:PXV:IPXC_BackgroundParams|property}}
+
{{#parentPage:PXV:IPXC_BackgroundParams#Properties|BackgroundPage|property}}
{{ToReview}}
+
  
Gets/sets the page from the file which will be used as background.
+
Gets/sets the page from the file that 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 ==
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