IColor::Abstract Property

From PDF XChange PDF SDK
Revision as of 03:32, 16 March 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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