IPXC_Pages::Item Property

From PDF XChange PDF SDK
Revision as of 03:33, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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