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)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Pages::Item Property}}
 
{{#customTitle:IPXC_Pages::Item Property}}
{{#parentPage:PXV:IPXC_Pages|property}}
+
{{#parentPage:PXV:IPXC_Pages#Properties|Item|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Item''' of interface [[PXV:IPXC_Pages|IPXC_Pages]] returns  Pointer to [[PXV:IPXC_Page|IPXC_Page]] ...
+
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, [out, retval] IPXC_Page** ppPage);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG       nIndex,
 +
                [out, retval] IPXC_Page** pPage);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''index''
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the page.
  
 
== See Also ==
 
== 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