API Reference
Class
PdfLogicalTableContinuations
Bounded continuation analysis shared by structured conversion adapters.
Inheritance
- Object
- PdfLogicalTableContinuations
Methods
public static IReadOnlyList<PdfLogicalTableContinuationGroup> Group(PdfLogicalDocument document, Int32 maxRows, Boolean mergePageContinuations, Boolean suppressRepeatedBodyHeaderRows, Int32 maximumSegmentsPerTable, Double geometryTolerancePoints) #Returns:
IReadOnlyList<PdfLogicalTableContinuationGroup>Groups compatible table segments on adjacent pages and returns normalized merged data.
Parameters
- document OfficeIMO.Pdf.PdfLogicalDocument
- Logical PDF document to analyze.
- maxRows System.Int32
- Maximum merged body rows. Values less than or equal to zero retain all rows.
- mergePageContinuations System.Boolean
- Whether adjacent page-edge segments may be merged.
- suppressRepeatedBodyHeaderRows System.Boolean
- Whether repeated header-like body prefixes should be suppressed.
- maximumSegmentsPerTable System.Int32
- Maximum adjacent segments in one group.
- geometryTolerancePoints System.Double
- Maximum per-column geometry difference in PDF points.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object