C#
VB
Java
Objective-C
WinRT C#
C++
Sets the cells of a zone.
public void SetZoneCells(
OcrZone zone,
OcrZoneCell[] cells
)
Sub SetZoneCells( _
ByVal zone As Leadtools.Forms.Ocr.OcrZone, _
ByVal cells() As Leadtools.Forms.Ocr.OcrZoneCell _
)
void SetZoneCells(
Leadtools.Forms.Ocr.OcrZone zone,
Leadtools.Forms.Ocr.OcrZoneCell[] cells
)
- (BOOL)setZoneCells:(NSArray<LTOcrZoneCell *> *)zoneCells
atIndex:(NSUInteger)index
error:(NSError **)error
function Leadtools.Forms.Ocr.IOcrZoneCollection.SetZoneCells(
zone ,
cells
)
void SetZoneCells(
Leadtools.Forms.Ocr.OcrZone zone,
Leadtools.Forms.Ocr.array<OcrZoneCell^>^ cells
)
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.
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