IPXV_PagesLayoutManager::CurrentPage Property

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

Latest revision as of 04:04, 15 June 2015


Property CurrentPage of interface IPXV_PagesLayoutManager returns/sets Value of ULONG ...

Syntax

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

See Also

IPXV_PagesLayoutManager