Leadtools.Forms.Ocr Namespace > OcrCharacter Structure : Color Property |
public RasterColor Color {get; set;}
'Declaration Public Property Color As RasterColor
'Usage Dim instance As OcrCharacter Dim value As RasterColor instance.Color = value value = instance.Color
public RasterColor Color {get; set;}
@property (nonatomic, copy) LTRasterColor* color;
public RasterColor getColor() public void setColor(RasterColor value)
get_Color();
set_Color(value);
Object.defineProperty('Color');
public: property RasterColor Color { RasterColor get(); void set ( RasterColor value); }
To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize or IOcrPage.RecognizeText.
To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save, or IOcrDocument.SaveAsync, IOcrDocument.SaveXml or or IOcrDocument.SaveXmlAsync.
Note: This property is not currently supported in any LEADTOOLS OCR Engine. Setting the character color will not affect the final document.
OcrCharacter Structure
OcrCharacter Members
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR