Gets or sets the background color of zone.
public RasterColor BackColor { get; set; }
Public Property BackColor As Leadtools.RasterColor
public Leadtools.RasterColor BackColor {get; set;}
@property (nonatomic, copy, null_resettable) LTRasterColor *backColor
public RasterColor getBackColor()
public void setBackColor(RasterColor value)
<br/>get_BackColor();<br/>set_BackColor(value);<br/>Object.defineProperty('BackColor');
public:
property Leadtools.RasterColor BackColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
The background color of the zone. Default value is White.
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