C#
VB
Java
Objective-C
WinRT C#
C++
Gets the cells of a zone.
public OcrZoneCell[] GetZoneCells(
OcrZone zone
)
Function GetZoneCells( _
ByVal zone As Leadtools.Forms.Ocr.OcrZone _
) As Leadtools.Forms.Ocr.OcrZoneCell()
[Leadtools.Forms.Ocr.OcrZoneCell[]](ocrzonecell.md) GetZoneCells(
Leadtools.Forms.Ocr.OcrZone zone
)
- (nullable NSArray<LTOcrZoneCell *> *)zoneCellsAtIndex:(NSUInteger)index
error:(NSError **)error
public ArrayList<OcrZoneCell> getZoneCells(OcrZone zone)
function Leadtools.Forms.Ocr.IOcrZoneCollection.GetZoneCells(
zone
)
Leadtools.Forms.Ocr.array<OcrZoneCell^>^ GetZoneCells(
Leadtools.Forms.Ocr.OcrZone zone
)
zone
The OCR zone that contains the cells.
An array that contains the zone cells if available.
For more information, refer to OcrZoneCell.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET