Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrZone Structure : BackColor Property |
public RasterColor BackColor {get; set;}
'Declaration
Public Property BackColor As RasterColor
'Usage
Dim instance As OcrZone Dim value As RasterColor instance.BackColor = value value = instance.BackColor
public 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 RasterColor BackColor { RasterColor get(); void set ( RasterColor value); }
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.