IPXS_PDFVariant::Count Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXS_PDFVariant::Count Property}} | {{#customTitle:IPXS_PDFVariant::Count Property}} | ||
− | {{#parentPage:PXV:IPXS_PDFVariant|Count | + | {{#parentPage:PXV:IPXS_PDFVariant#Properties|Count|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''nCount''' 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 == | ||
Line 13: | Line 12: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] | + | [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] |
Latest revision as of 03:45, 15 June 2015
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);