IBitSet::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IBitSet::Count Property}}
 
{{#customTitle:IBitSet::Count Property}}
 
{{#parentPage:PXV:IBitSet#Properties|Count|property}}
 
{{#parentPage:PXV:IBitSet#Properties|Count|property}}
{{ToReview}}
 
  
Gets number of bits in the [[PXV:IBitSet|bit set]].
+
Gets number of bits in the [[PXV:IBitSet|bit-set]].
  
 
== Syntax ==
 
== Syntax ==

Revision as of 11:13, 28 May 2015

Gets number of bits in the bit-set.

Syntax

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

See Also

IBitSet