IPXC_Articles::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXC_Articles|IPXC_Articles]] returns  Pointer to [[PXV:IPXC_Article|IPXC_Article]] ...
+
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]  Value of ULONG.
+
:[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 02: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.