←Select platform

ForeColor Property

Summary

Gets or sets the foreground color of zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterColor ForeColor { get; set; } 
Public Property ForeColor As Leadtools.RasterColor 
public Leadtools.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 Leadtools.RasterColor ForeColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly