API Reference
PdfLogicalTableContinuationGroup
One logical table reconstructed from one or more adjacent page-level segments.
Inheritance
- Object
- PdfLogicalTableContinuationGroup
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 IReadOnlyList<PdfLogicalTableExtraction> Segments { get; } #Page-level table segments contributing to this logical table.
public PdfLogicalTableExtraction Primary { get; } #Primary segment supplying source identity and diagnostics.
public IReadOnlyList<String> Columns { get; } #Merged column names, including repeated multi-row header labels when requested.
public IReadOnlyList<IReadOnlyList<String>> Rows { get; } #Merged normalized body rows.
public PdfLogicalTableData Data { get; } #Normalized table data for downstream adapters.
public Int32 TotalRowCount { get; } #Total body rows before the configured cap.
public Boolean Truncated { get; } #True when the configured row cap omitted body rows.
public Int32 SuppressedRepeatedHeaderRows { get; } #Repeated continuation header rows omitted from body data.
public Int32 AdditionalHeaderRowCount { get; } #Repeated header rows appended to the primary column labels.
public Double Confidence { get; } #Lowest normalized confidence across recovered page boundaries, or 1 for an unmerged table.
public PdfLogicalTableContinuationEvidence Evidence { get; } #Combined evidence supporting the recovered page boundaries.
public Boolean SpansPages { get; } #True when this logical table combines more than one page-level segment.
public Int32 FirstPageNumber { get; } #One-based source page number of the first segment.
public Int32 LastPageNumber { get; } #One-based source page number of the last segment.