API Reference

Class

PdfLogicalTableContinuationOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Controls bounded recovery of tables split across adjacent PDF pages.

Inheritance

  • Object
  • PdfLogicalTableContinuationOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfLogicalTableContinuationOptions() #

Properties

public Int32 MaxRows { get; set; } #

Maximum merged body rows. Values less than or equal to zero retain all rows. Default: 0.

public Boolean MergePageContinuations { get; set; } #

Whether adjacent page-edge table segments may be merged. Default: true.

public Boolean SuppressRepeatedBodyHeaderRows { get; set; } #

Whether repeated header-like body prefixes should be removed from continuation segments. Default: true.

public Int32 MaximumSegmentsPerTable { get; set; } #

Maximum adjacent segments in one recovered table. Default: 64.

public Double GeometryTolerancePoints { get; set; } #

Maximum per-column geometry difference in visual PDF points. Default: 4.

public Double MinimumConfidence { get; set; } #

Minimum normalized continuation confidence required for a merge. Default: 0.75.