←Select platform

SetZoneCells Method

Summary
Sets the cells of a zone.
Syntax
C#
VB
Objective-C
C++
Java
public void SetZoneCells( 
   OcrZone zone, 
   OcrZoneCell[] cells 
) 
Sub SetZoneCells( _ 
   ByVal zone As OcrZone, _ 
   ByVal cells() As OcrZoneCell _ 
)  
- (BOOL)setZoneCells:(NSArray<LTOcrZoneCell *> *)zoneCells 
             atIndex:(NSUInteger)index 
               error:(NSError **)error 
public void setZoneCells(OcrZone zone, ArrayList<OcrZoneCell> 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.