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

Show in webframe

BackColor Property








Gets or sets the background color of zone.
Syntax
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);
}

Property Value

The background color of the zone. Default value is White.
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