OCRTableRow

OCRTableRow class

Represents a single row within a recognized table.

public class OCRTableRow

Constructors

NameDescription
OCRTableRow()The default constructor.

Properties

NameDescription
Cells { get; set; }List of recognized cells within this row.
RowIndex { get; set; }Zero-based index of the row within the table.

Remarks

A row contains a collection of OCRTableCell instances, each representing one table column.

See Also