IPXC_Rects::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 15: | Line 15: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Index of the item | + | :[in] Index of the item that will be modified or will be returned. |
== See Also == | == See Also == | ||
[[PXV:IPXC_Rects|IPXC_Rects]] | [[PXV:IPXC_Rects|IPXC_Rects]] |
Revision as of 01:40, 25 May 2015
Gets/sets item by given index.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] PXC_Rect* pItem); HRESULT put_Item([in] ULONG nIndex, [in] PXC_Rect* pItem);
Parameters
- nIndex
- [in] Index of the item that will be modified or will be returned.