IPXC_Pages::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG        index,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG        nIndex,
                 [out, retval]  IPXC_Page**  ppPage);
+
                 [out, retval]  IPXC_Page**  pPage);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;index
+
;nIndex
 
:[in]  Index of the page.
 
:[in]  Index of the page.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Pages|IPXC_Pages]]
 
[[PXV:IPXC_Pages|IPXC_Pages]]

Revision as of 02:22, 4 June 2015

Gets page from the core document by index.

Syntax

HRESULT get_Item([in]           ULONG        nIndex,
                 [out, retval]  IPXC_Page**  pPage);

Parameters

nIndex
[in] Index of the page.

See Also

IPXC_Pages