←Select platform

Color Property

Summary

Gets or sets the character color.

Syntax
C#
VB
Objective-C
C++
Java
public RasterColor Color { get; set; } 
Public Property Color As RasterColor 
@property (nonatomic, copy, null_resettable) LTRasterColor *color 
public RasterColor getColor() 
public void setColor(RasterColor value) 
public: 
property RasterColor Color { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A RasterColor structure containing the character color.

Remarks

To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.

To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save or IOcrDocument.SaveXml.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly