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 : GetZoneCells Method |
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 )
array<OcrZoneCell^>^ GetZoneCells( OcrZone zone )
For more information, refer to OcrZoneCell.