API Reference

Class

PdfLogicalParagraphContinuationOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Controls conservative recovery of paragraphs split across adjacent PDF pages.

Inheritance

  • Object
  • PdfLogicalParagraphContinuationOptions

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 PdfLogicalParagraphContinuationOptions() #

Properties

public Boolean MergePageContinuations { get; set; } #

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

public Boolean RejoinLineEndingHyphens { get; set; } #

Whether a likely discretionary line-ending hyphen may be removed while joining segments. Default: false, because PDF layout evidence alone cannot distinguish every authored hyphen.

public Int32 MaximumSegmentsPerParagraph { get; set; } #

Maximum adjacent page segments in one recovered paragraph. Default: 16.

public Double GeometryTolerancePoints { get; set; } #

Maximum horizontal geometry difference in visual PDF points. Default: 24.

public Double MinimumConfidence { get; set; } #

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