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 RasterColor _
)
void SetCellBackgroundColor(
int zoneIndex,
int cellIndex,
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document