←Select platform

BackColor Property

Summary
Gets or sets the background color of zone.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public RasterColor BackColor { get; set; } 
@property (nonatomic, copy, null_resettable) LTRasterColor *backColor; 
public RasterColor getBackColor() 
public void setBackColor(RasterColor value) 
public: 
property RasterColor BackColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 
BackColor # get and set (OcrZone) 

Property Value

The background color of the zone. Default value is White.

Remarks

Only used by the LEADTOOLS OCR Module - LEAD 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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.