ImageGear .NET - Updated
BackgroundColor Property (ImGearRecLetter)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : BackgroundColor Property
Gets the background color of the letter.
Syntax
'Declaration
 
Public ReadOnly Property BackgroundColor As ImGearRGBQuad
'Usage
 
Dim instance As ImGearRecLetter
Dim value As ImGearRGBQuad
 
value = instance.BackgroundColor
public ImGearRGBQuad BackgroundColor {get;}
public: __property ImGearRGBQuad get_BackgroundColor();
public:
property ImGearRGBQuad BackgroundColor {
   ImGearRGBQuad get();
}

Property Value

ImageGear.Core.ImGearRGBQuad value.
Remarks

This is a read-only property. If the ImGearRecPage.SetLetters method is called with an array of ImGearRecLetter class objects that has been modified, this property will be cleared after the subsequent call to ImGearRecPage.Recognize.

See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members
SetLetters Method