←Select platform

GetZoneCells Method

Summary

Gets the cells of a zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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  
) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly