TextGRAB SDK Documentation | ITextItem::ForeColor

Returns foreground color of text item.

[C/C++]
HRESULT get_ForeColor( INT* retval );
[Visual Basic]
Public ReadOnly Property ForeColor As Long
[C#]
public ref int ITextItem.ForeColor { get; }

Parameters

retval
[out,retval] foreground color.

See Also

ITextItem interface