OCRTableRow
OCRTableRow class
Represents a single row within a recognized table.
public class OCRTableRow
Constructors
| Name | Description |
|---|---|
| OCRTableRow() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- namespace Aspose.OCR
- assembly Aspose.OCR