IPXS_PDFVariant::Item Property

From PDF XChange PDF SDK
Revision as of 07:21, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Property Item of interface IPXS_PDFVariant returns Pointer to IPXS_PDFVariant referred by Index 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              Index,
                 [out, retval]  IPXS_PDFVariant**  Item);

Parameters

Index
[in] Specifies index of element to get. If it is greater or equal to container size property will return NULL.

See Also

IPXS_PDFVariant