Rows

OCRTable.Rows property

Collection of recognized table rows.

public List<OCRTableRow> Rows { get; set; }

Remarks

Each row contains one or more OCRTableCell objects with recognized text values.

See Also