←Select platform

SetZoneCells Method

Summary

Sets the cells of a zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void SetZoneCells( 
   OcrZone zone, 
   OcrZoneCell[] cells 
) 
Sub SetZoneCells( _ 
   ByVal zone As Leadtools.Forms.Ocr.OcrZone, _ 
   ByVal cells() As Leadtools.Forms.Ocr.OcrZoneCell _ 
)  
- (BOOL)setZoneCells:(NSArray<LTOcrZoneCell *> *)zoneCells 
             atIndex:(NSUInteger)index 
               error:(NSError **)error 
             
public void setZoneCells(OcrZone zone, ArrayList<OcrZoneCell> cells) 
function Leadtools.Forms.Ocr.IOcrZoneCollection.SetZoneCells(  
   zone , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly