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