←Select platform

GetZoneCells Method

Summary
Gets the cells of a zone.
Syntax
C#
VB
Objective-C
C++
Java
public OcrZoneCell[] GetZoneCells( 
   OcrZone zone 
) 
Function GetZoneCells( _ 
   ByVal zone As OcrZone _ 
) As OcrZoneCell() 
- (nullable NSArray<LTOcrZoneCell *> *)zoneCellsAtIndex:(NSUInteger)index 
                                                  error:(NSError **)error 
public ArrayList<OcrZoneCell> getZoneCells(OcrZone zone) 

Parameters

zone
The OCR zone that contains the cells.

Return Value

An array that contains the zone cells if available.

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.