IPXS_PDFVariant::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''pItem''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] referred by '''nIndex''' in container variant. Variants of <code>PVT_Array</code>, <code>PVT_Dictionary</code> and <code>PVT_Stream</code> type are acceptable, variants of all other types will return <code>NULL</code>. |
== Syntax == | == Syntax == |
Latest revision as of 02:45, 15 June 2015
Property pItem of interface IPXS_PDFVariant returns Pointer to IPXS_PDFVariant referred by nIndex in container variant. Variants of PVT_Array
, PVT_Dictionary
and PVT_Stream
type are acceptable, variants of all other types will return NULL
.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXS_PDFVariant** pItem);
Parameters
- nIndex
- [in] Specifies index of element to get. If it is greater or equal to container size property will return
NULL
.