IPXC_Pages::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToReview}}
+
 
  
 
Gets page from the [[PXV:IPXC_Document|core document]] by index.
 
Gets page from the [[PXV:IPXC_Document|core document]] by index.

Revision as of 13:13, 21 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.