IColor::Abstract Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IColor::Abstract Property}} | {{#customTitle:IColor::Abstract Property}} | ||
+ | {{#parentPage:PXV:IColor#Properties|Abstract|property}} | ||
+ | {{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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Abstract([out, retval] VARIANT_BOOL* bIsAbstract); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IColor|IColor]] |
Latest revision as of 02: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);