IPXC_Pages::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Pages::Item Property}}
 
{{#customTitle:IPXC_Pages::Item Property}}
 
{{#parentPage:PXV:IPXC_Pages|Item Property|property}}
 
{{#parentPage:PXV:IPXC_Pages|Item Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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 ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;index
 
;index
:[in]  Value of ULONG.
+
:[in]  Index of the page.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Pages|IPXC_Pages]].
 
[[PXV:IPXC_Pages|IPXC_Pages]].

Revision as of 07:40, 20 May 2015


Gets page from the core document by index.

Syntax

HRESULT get_Item([in]           ULONG        index,
                 [out, retval]  IPXC_Page**  ppPage);

Parameters

index
[in] Index of the page.

See Also

IPXC_Pages.