IUIX_Label::TextColor Property
From PDF XChange PDF SDK
Gets/sets label text color in RGB notation.
Syntax
HRESULT get_TextColor([out, retval] LONG* pColor); HRESULT put_TextColor([in] LONG pColor);
Remarks
Bytes from lower to higher in pColor parameter represent red, green and blue color components respectively.
See Also
See also IUIX_Label.