IPXS_PDFVariant::Count Property

From PDF XChange PDF SDK
Revision as of 03:45, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property nCount 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