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 )
void SetZoneCells( OcrZone zone, array<OcrZoneCell^>^ cells )
For more information, refer to OcrZone.Cells.