IPXC_Pages::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Pages::Item Property}}
 
{{#customTitle:IPXC_Pages::Item Property}}
{{#parentPage:PXV:IPXC_Pages|Item Property|property}}
+
{{#parentPage:PXV:IPXC_Pages#Properties|Item Property|property}}
 
+
  
 
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 14:49, 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.