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

Show in webframe

GetZoneCells Method








The OCR zone that contains the cells.
Gets the cells of a zone.
Syntax
OcrZoneCell[] GetZoneCells( 
   OcrZone zone
)
'Declaration
 
Function GetZoneCells( _
   ByVal zone As OcrZone _
) As OcrZoneCell()
'Usage
 
Dim instance As IOcrZoneCollection
Dim zone As OcrZone
Dim value() As OcrZoneCell
 
value = instance.GetZoneCells(zone)
OcrZoneCell[] GetZoneCells( 
   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

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