Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrZoneCollection Interface : SetZoneCells Method |
void SetZoneCells( OcrZone zone, OcrZoneCell[] cells )
'Declaration
Sub SetZoneCells( _ ByVal zone As OcrZone, _ ByVal cells() As OcrZoneCell _ )
'Usage
Dim instance As IOcrZoneCollection Dim zone As OcrZone Dim cells() As OcrZoneCell instance.SetZoneCells(zone, cells)
void SetZoneCells( OcrZone zone, OcrZoneCell[] cells )
- (BOOL)setZoneCells:(NSArray<LTOcrZoneCell *> *)zoneCells atIndex:(NSUInteger)index error:(NSError **)error
public void setZoneCells(OcrZone zone, ArrayList<OcrZoneCell> cells)
void SetZoneCells( OcrZone zone, array<OcrZoneCell^>^ cells )
For more information, refer to OcrZoneCell.