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        nIndex,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG        Index,
                 [out, retval]  IPXC_Page**  pPage);
+
                 [out, retval]  IPXC_Page**  Page);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nIndex
+
;Index
 
:[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 07:09, 12 June 2015

Gets page from the core document by index.

Syntax

HRESULT get_Item([in]           ULONG        Index,
                 [out, retval]  IPXC_Page**  Page);

Parameters

Index
[in] Index of the page.

See Also

IPXC_Pages