IPXC_Pages::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
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}} | {{ToReview}} | ||
− | + | Gets page from the [[PXV:IPXC_Document|core document]] by index. | |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;index | ;index | ||
− | :[in] | + | :[in] Index of the page. |
== See Also == | == See Also == | ||
[[PXV:IPXC_Pages|IPXC_Pages]]. | [[PXV:IPXC_Pages|IPXC_Pages]]. |
Revision as of 06:40, 20 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.