IPXC_Articles::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Articles::Item Property}} | {{#customTitle:IPXC_Articles::Item Property}} | ||
{{#parentPage:PXV:IPXC_Articles|Item Property|property}} | {{#parentPage:PXV:IPXC_Articles|Item Property|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets [[PXV:IPXC_Article|article]] from the [[PXV:IPXC_Document|core document's]] [[PXV:IPXC_Articles|article array]]. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] Index of the article. |
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Articles|IPXC_Articles]]. | See also [[PXV:IPXC_Articles|IPXC_Articles]]. |
Revision as of 01:29, 20 May 2015
Gets article from the core document's article array.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_Article** pArticle);
Parameters
- nIndex
- [in] Index of the article.
See Also
See also IPXC_Articles.