Gets or sets the foreground color of zone.
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 );
}
The foreground color of the zone. Default value is Black.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET