IUIX_Label::TextColor Property

From PDF XChange PDF SDK
Revision as of 11:48, 16 June 2015 by Johnv (Talk | contribs)

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


Gets/sets label text color in RGB notation.

Syntax

HRESULT get_TextColor([out, retval]  LONG*  nColor);
HRESULT put_TextColor([in]  LONG  nColor);

Remarks

Bytes from lower to higher in nColor parameter represent red, green and blue color components respectively.

See Also

IUIX_Label