IPXC_HeaderAndFooterParams::End Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_HeaderAndFooterParams::End Property}}
 
{{#customTitle:IPXC_HeaderAndFooterParams::End Property}}
{{#parentPage:PXV:IPXC_HeaderAndFooterParams|End Property|property}}
+
{{#parentPage:PXV:IPXC_HeaderAndFooterParams#Properties|End|property}}
 
+
  
 
Gets/sets header and footer page range end.
 
Gets/sets header and footer page range end.
  
 
== 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 ==
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]].
+
[[PXV:IPXC_HeaderAndFooterParams|IPXC_HeaderAndFooterParams]]

Latest revision as of 03:29, 15 June 2015

Gets/sets header and footer page range end.

Syntax

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

See Also

IPXC_HeaderAndFooterParams