LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)
LEAD Technologies, Inc

SetCellBackgroundColor Method






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.
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.
The color to be set.
Sets the background color of a cell inside a given zone. .NET support
Syntax
void SetCellBackgroundColor( 
   int zoneIndex,
   int cellIndex,
   RasterColor color
)
'Declaration
 
Sub SetCellBackgroundColor( _
   ByVal zoneIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal color As RasterColor _
) 
'Usage
 
Dim instance As IOcrTableZoneManager
Dim zoneIndex As Integer
Dim cellIndex As Integer
Dim color As RasterColor
 
instance.SetCellBackgroundColor(zoneIndex, cellIndex, color)
void SetCellBackgroundColor( 
   int zoneIndex,
   int cellIndex,
   RasterColor color
)
function Leadtools.Forms.Ocr.IOcrTableZoneManager.SetCellBackgroundColor( 
   zoneIndex ,
   cellIndex ,
   color 
)
void SetCellBackgroundColor( 
   int zoneIndex,
   int cellIndex,
   RasterColor 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.
Remarks

This method is the equivalant of changing OcrZoneCell.BackgroundColor and calling UpdateCells.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IOcrTableZoneManager Interface
IOcrTableZoneManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

SetCellBackgroundColor requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features