IPXS_PDFVariant::Item Property

From PDF XChange PDF SDK
Revision as of 06:56, 27 May 2015 by Lzcat (Talk | contribs)

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**  ppItem);

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