ImageGear .NET - Updated
ForegroundColor Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : ForegroundColor Property
Gets the foreground color of the letter.
Syntax
'Declaration
 
Public ReadOnly Property ForegroundColor As ImGearRGBQuad
'Usage
 
Dim instance As ImGearRecLetter
Dim value As ImGearRGBQuad
 
value = instance.ForegroundColor
public ImGearRGBQuad ForegroundColor {get;}
public: __property ImGearRGBQuad get_ForegroundColor();
public:
property ImGearRGBQuad ForegroundColor {
   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