IPXS_PDFVariant::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXS_PDFVariant::Count Property}}
 
{{#customTitle:IPXS_PDFVariant::Count Property}}
 
{{#parentPage:PXV:IPXS_PDFVariant#Properties|Count|property}}
 
{{#parentPage:PXV:IPXS_PDFVariant#Properties|Count|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of ULONG ...
+
Property '''Count''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns number of variants 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>0</code>.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 06:46, 27 May 2015


Property Count of interface IPXS_PDFVariant returns number of variants in container variant. Variants of PVT_Array, PVT_Dictionary and PVT_Stream type are acceptable, variants of all other types will return 0.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IPXS_PDFVariant