IColor::Abstract Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IColor::Abstract Property}}
 
{{#customTitle:IColor::Abstract Property}}
{{#parentPage:PXV:IColor#Properties|Abstract Property|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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Abstract([out, retval]  VARIANT_BOOL*  pIsAbstract);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Abstract([out, retval]  VARIANT_BOOL*  bIsAbstract);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IColor|IColor]]
 
[[PXV:IColor|IColor]]

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