INumArray::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property nItem of interface INumArray returns/sets Value of LONG ...

Syntax

HRESULT get_Item([in]           ULONG  nIndex,
                 [out, retval]  LONG*  nItem);
HRESULT put_Item([in]  ULONG  nIndex,
                 [in]  LONG   nItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

INumArray