IPXC_Pages::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Pages::Item Property}} | {{#customTitle:IPXC_Pages::Item Property}} | ||
− | {{#parentPage:PXV:IPXC_Pages|property}} | + | {{#parentPage:PXV:IPXC_Pages|Item Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG index, [out, retval] IPXC_Page** ppPage); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG index, |
+ | [out, retval] IPXC_Page** ppPage); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;index |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Pages|IPXC_Pages]]. | See also [[PXV:IPXC_Pages|IPXC_Pages]]. |
Revision as of 05:09, 23 April 2015
Property Item of interface IPXC_Pages returns Pointer to IPXC_Page ...
Syntax
HRESULT get_Item([in] ULONG index, [out, retval] IPXC_Page** ppPage);
Parameters
- index
- [in] Value of ULONG.
See Also
See also IPXC_Pages.