IColor::Type Property

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

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


Property nType of interface IColor returns/sets Value of ColorType containing the type of the color that is being stored.

Syntax

HRESULT get_Type([out, retval]  ColorType*  nType);
HRESULT put_Type([in]  ColorType  nType);

See Also

IColor