IColor::Type Property

From PDF XChange PDF SDK
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