IPXS_PDFVariant::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  Count);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]

Revision as of 07:21, 12 June 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*  Count);

See Also

IPXS_PDFVariant