API Reference
Class
PdfLogicalTableCell
Extracted table cell with row and column indexes.
Inheritance
- Object
- PdfLogicalTableCell
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfLogicalTable.Cells
Inherited Methods
Properties
public Int32 PageNumber { get; } #One-based source page number.
public Int32 RowIndex { get; } #Zero-based row index within the detected table.
public Int32 ColumnIndex { get; } #Zero-based column index within the detected table row.
public String Text { get; } #Extracted cell text.
public PdfLogicalTableColumn Column { get; } #Detected column geometry when available.