ParagraphAbsorberOptions

ParagraphAbsorberOptions

Overview

ParagraphAbsorberOptions is a class in Aspose.PDF FOSS for .NET.

Options for ParagraphAbsorber controlling section detection thresholds.

Properties: SearchRectangle, SectionUnbreakingHorizontalOverride, SectionUnbreakingVerticalOverride.

Properties

NameTypeAccessDescription
SectionUnbreakingVerticalOverridedoubleRead/WriteVertical distance override (as fraction of font size) below which lines are considered part of the same section.
SectionUnbreakingHorizontalOverridedoubleRead/WriteHorizontal distance override (as fraction of page width) below which fragments are considered part of the same section.
SearchRectangleAspose.Pdf.Rectangle?Read/WriteOptional rectangle restricting the absorber to a page region.

See Also