IPXC_BackgroundParams::End Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_BackgroundParams::End Property}}
 
{{#customTitle:IPXC_BackgroundParams::End Property}}
 +
{{#parentPage:PXV:IPXC_BackgroundParams#Properties|End|property}}
  
 
Gets/sets the end of the pages range where the background will be placed.
 
Gets/sets the end of the pages range where the background will be placed.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_End([out, retval] LONG* pEnd);
+
<pre class="brush:cpp;gutter:false">HRESULT get_End([out, retval] LONG* nEnd);
HRESULT put_End([in] LONG pEnd);
+
HRESULT put_End([in] LONG nEnd);
 
</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 end of the pages range where the background will be placed.

Syntax

HRESULT get_End([out, retval]  LONG*  nEnd);
HRESULT put_End([in]  LONG  nEnd);

See Also

IPXC_BackgroundParams