Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

SetZoneCells Method








The OCR zone that contains the cells.
An array that contains the zone cells. Pass null to clear the cells of this zone.
Sets the cells of a zone.
Syntax
void SetZoneCells( 
   OcrZone zone,
   OcrZoneCell[] cells
)
'Declaration
 
Sub SetZoneCells( _
   ByVal zone As OcrZone, _
   ByVal cells() As OcrZoneCell _
) 
'Usage
 
Dim instance As IOcrZoneCollection
Dim zone As OcrZone
Dim cells() As OcrZoneCell
 
instance.SetZoneCells(zone, cells)
void SetZoneCells( 
   OcrZone zone,
   OcrZoneCell[] cells
)
- (BOOL)setZoneCells:(NSArray<LTOcrZoneCell *> *)zoneCells
             atIndex:(NSUInteger)index
               error:(NSError **)error
            
public void setZoneCells(OcrZone zone, ArrayList<OcrZoneCell> cells)
function Leadtools.Forms.Ocr.IOcrZoneCollection.SetZoneCells( 
   zone ,
   cells 
)
void SetZoneCells( 
   OcrZone zone,
   array<OcrZoneCell^>^ cells
) 

Parameters

zone
The OCR zone that contains the cells.
cells
An array that contains the zone cells. Pass null to clear the cells of this zone.
Remarks

For more information, refer to OcrZoneCell.

Requirements

Target Platforms

See Also

Reference

IOcrZoneCollection Interface
IOcrZoneCollection Members

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features