IBitSet::IsClear Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets whether the [[PXV:IBitSet|bits set]] has all ''false'' values.
+
Gets whether the [[PXV:IBitSet|bits-set]] has entirely ''false'' values.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 11:14, 28 May 2015


Gets whether the bits-set has entirely false values.

Syntax

HRESULT get_IsClear([out, retval]  VARIANT_BOOL*  pVal);

See Also

IBitSet