- 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 OcrZone.Cells. This cell must exist in the array, otherwise, this method will throw an exception.
- color
- The color to be set.
Visual Basic (Declaration) | |
---|---|
Sub SetCellBackgroundColor( _ ByVal zoneIndex As Integer, _ ByVal cellIndex As Integer, _ ByVal color As RasterColor _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrTableZoneManager Dim zoneIndex As Integer Dim cellIndex As Integer Dim color As RasterColor instance.SetCellBackgroundColor(zoneIndex, cellIndex, color) |
Parameters
- 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 OcrZone.Cells. This cell must exist in the array, otherwise, this method will throw an exception.
- color
- The color to be set.
This method is the equivalant of changing OcrZoneCell.BackgroundColor and calling UpdateCells.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7