C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the background color of the cell
public RasterColor BackgroundColor { get; set; }
Public Property BackgroundColor As Leadtools.RasterColor
public Leadtools.RasterColor BackgroundColor {get; set;}
@property (nonatomic, copy, null_resettable) LTRasterColor *backgroundColor
public RasterColor getBackgroundColor()
public void setBackgroundColor(RasterColor value)
<br/>get_BackgroundColor();<br/>set_BackgroundColor(value);<br/>Object.defineProperty('BackgroundColor');
public:
property Leadtools.RasterColor BackgroundColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A RasterColor that specifies the background color of the cell. Default value is White.
You can also change the background color of a cell directly by using IOcrTableZoneManager.SetCellBackgroundColor.
For an example, refer to IOcrTableZoneManager
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