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)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Pages::Item Property}}
 
{{#customTitle:IPXC_Pages::Item Property}}
{{#parentPage:PXV:IPXC_Pages#Properties|Item Property|property}}
+
{{#parentPage:PXV:IPXC_Pages#Properties|Item|property}}
  
 
Gets page from the [[PXV:IPXC_Document|core document]] by index.
 
Gets page from the [[PXV:IPXC_Document|core document]] by index.
  
 
== 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]]

Latest revision as of 03:33, 15 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