IPXC_Pages::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Pages::Item Property}} | {{#customTitle:IPXC_Pages::Item Property}} | ||
− | {{#parentPage:PXV:IPXC_Pages|Item | + | {{#parentPage:PXV:IPXC_Pages#Properties|Item|property}} |
− | + | ||
− | + | ||
− | + | Gets page from the [[PXV:IPXC_Document|core document]] by index. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
− | [out, retval] IPXC_Page** | + | [out, retval] IPXC_Page** pPage); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
− | :[in] | + | :[in] Index of the page. |
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Pages|IPXC_Pages]] | + | [[PXV:IPXC_Pages|IPXC_Pages]] |
Latest revision as of 02:33, 15 June 2015
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.