IPXS_PDFVariant::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXS_PDFVariant::Item Property}}
 
{{#customTitle:IPXS_PDFVariant::Item Property}}
 
{{#parentPage:PXV:IPXS_PDFVariant#Properties|Item|property}}
 
{{#parentPage:PXV:IPXS_PDFVariant#Properties|Item|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ...
+
Property '''Item''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] referred by '''index''' 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 ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;index
 
;index
:[in] Value of ULONG.
+
:[in] Specifies index of element to get. If it is greater or equal to container size property will return <code>NULL</code>.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]

Revision as of 06:56, 27 May 2015


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