Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

ForeColor Property








Gets or sets the foreground color of zone.
Syntax
public RasterColor ForeColor {get; set;}
'Declaration
 
Public Property ForeColor As RasterColor
'Usage
 
Dim instance As OcrZone
Dim value As RasterColor
 
instance.ForeColor = value
 
value = instance.ForeColor
public RasterColor ForeColor {get; set;}
@property (nonatomic, copy, null_resettable) LTRasterColor *foreColor
public RasterColor getForeColor()
public void setForeColor(RasterColor value)
            
 <br/>get_ForeColor();<br/>set_ForeColor(value);<br/>Object.defineProperty('ForeColor'); 
public:
property RasterColor ForeColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The foreground color of the zone. Default value is Black.
Remarks

Only used by the LEADTOOLS Advantage OCR engine.

The zone colors is used with text zones only and will be used when creating the final document if the format support colors (such as PDF or Microsoft Word).

To automatically detect the color of text zones, set the value of the "Recognition.DetectColors" setting to true and call AutoZone.

Requirements

Target Platforms

See Also

Reference

OcrZone Structure
OcrZone Members
AutoZone Method
OcrZoneType Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features