ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : ForegroundColor Property |
'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(); }
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.