IColor::Abstract Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IColor::Abstract Property}}
 
{{#customTitle:IColor::Abstract Property}}
 
{{#parentPage:PXV:IColor#Properties|Abstract|property}}
 
{{#parentPage:PXV:IColor#Properties|Abstract|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Abstract''' of interface [[PXV:IColor|IColor]] returns  Value of VARIANT_BOOL ...
+
Property '''Abstract''' of interface [[PXV:IColor|IColor]] returns  Value of VARIANT_BOOL containing the information whether the color is not of the valid type (the [[PXV:ColorType|ColorType]] is less then ''0'').
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 03:32, 16 March 2017


Property Abstract of interface IColor returns Value of VARIANT_BOOL containing the information whether the color is not of the valid type (the ColorType is less then 0).

Syntax

HRESULT get_Abstract([out, retval]  VARIANT_BOOL*  bIsAbstract);

See Also

IColor