TextGRAB SDK Documentation | ITextItem::BackColor

Returns background color of text item.

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

Parameters

retval
[out,retval] background color.

See Also

ITextItem interface