IPXV_Control::CurrentPage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CurrentPage([out, retval]  ULONG*  pIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CurrentPage([out, retval]  ULONG*  nIndex);
HRESULT put_CurrentPage([in]  ULONG  pIndex);
+
HRESULT put_CurrentPage([in]  ULONG  nIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Control|IPXV_Control]]
 
[[PXV:IPXV_Control|IPXV_Control]]

Revision as of 02:35, 4 June 2015


Gets the zero-based index of the current page in the pages view.

Syntax

HRESULT get_CurrentPage([out, retval]  ULONG*  nIndex);
HRESULT put_CurrentPage([in]  ULONG  nIndex);

See Also

IPXV_Control