API Reference
Class
PdfLogicalTableExtraction
Represents one normalized table extracted from a logical PDF page.
Inheritance
- Object
- PdfLogicalTableExtraction
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
Inherited Methods
Properties
public Int32 PageIndex { get; } #Zero-based page index in the extraction page collection.
public Int32 PageNumber { get; } #One-based source page number from the PDF document.
public Int32 TableIndex { get; } #Zero-based table index within the logical page.
public PdfLogicalTable Table { get; } #Original logical table object with geometry and cell-level source data.
public PdfLogicalTableData Data { get; } #Normalized table data suitable for readers and document-conversion adapters.
public String DetectionKind { get; } #Detection heuristic that produced the source table.