Sets the background color of a cell inside a given zone.
public void SetCellBackgroundColor(
int zoneIndex,
int cellIndex,
RasterColor color
)
Sub SetCellBackgroundColor( _
ByVal zoneIndex As Integer, _
ByVal cellIndex As Integer, _
ByVal color As Leadtools.RasterColor _
)
void SetCellBackgroundColor(
int zoneIndex,
int cellIndex,
Leadtools.RasterColor color
)
zoneIndex
The 0-based index of the zone inside this page IOcrPage.Zones. This zone must exist in the list and its type must be a table (OcrZone.ZoneType must be OcrZoneType.Table) otherwise, this method will throw an exception.
cellIndex
The 0-based index of the cell inside the zone. This cell must exist in the array, otherwise, this method will throw an exception.
color
The color to be set.
This method is the equivalent of changing OcrZoneCell.BackgroundColor.
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