Rows

OCRTablePage.Rows property

Collection of recognized table rows on this page.

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

Remarks

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

See Also