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)
Line 16: Line 16:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Pages|IPXC_Pages]].
+
[[PXV:IPXC_Pages|IPXC_Pages]]

Revision as of 04:40, 23 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