API Reference
Class
PdfLogicalTable
Detected table-like region with simple geometry.
Inheritance
- Object
- PdfLogicalTable
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 PdfLogicalDocument.Tables
- Property PdfLogicalPage.Tables
- Property PdfLogicalTableExtraction.Table
Accepted by parameters
- Method PdfLogicalTableAnalysis.Analyze
- Method PdfLogicalTableAnalysis.DetectHeaderColumns
- Method PdfLogicalTableAnalysis.DetectNumericColumns
- Method PdfLogicalTableAnalysis.DetectNumericColumns
- Method PdfLogicalTableAnalysis.Extract
- Method PdfLogicalTableAnalysis.GetBodyRows
- Method PdfLogicalTableAnalysis.GetColumnCount
- Method PdfLogicalTableAnalysis.LooksLikeKeyValueTable
Inherited Methods
Properties
public virtual Int32 PageNumber { get; } #public virtual PdfLogicalElementKind Kind { get; } #public String DetectionKind { get; } #Detection heuristic that produced the table.
public Double YTop { get; } #Top Y coordinate of the detected table band.
public Double YBottom { get; } #Bottom Y coordinate of the detected table band.
public IReadOnlyList<PdfLogicalTableColumn> Columns { get; } #Detected table columns.
public IReadOnlyList<IReadOnlyList<String>> Rows { get; } #Extracted table rows.
public IReadOnlyList<PdfLogicalTableCell> Cells { get; } #Extracted table cells with row and column indexes.
public Double Confidence { get; } #Normalized table-detection confidence.
public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #Evidence supporting the table detection.