IPXV_Control::CurrentPage Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Control::CurrentPage Property}} | {{#customTitle:IPXV_Control::CurrentPage Property}} | ||
− | {{#parentPage:PXV:IPXV_Control|CurrentPage | + | {{#parentPage:PXV:IPXV_Control#Properties|CurrentPage|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets the zero-based index of the current page in the pages view. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CurrentPage([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CurrentPage([out, retval] ULONG* nIndex); |
− | HRESULT put_CurrentPage([in] ULONG | + | HRESULT put_CurrentPage([in] ULONG nIndex); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Control|IPXV_Control]] | + | [[PXV:IPXV_Control|IPXV_Control]] |
Latest revision as of 03:50, 15 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);