←Select platform

BackColor Property

Summary

Gets or sets the background color of zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly