ParagraphAbsorberOptions
Overview
ParagraphAbsorberOptions is a class in Aspose.PDF FOSS for .NET.
Options for ParagraphAbsorber controlling section detection thresholds.
Properties: SearchRectangle, SectionUnbreakingHorizontalOverride, SectionUnbreakingVerticalOverride.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SectionUnbreakingVerticalOverride | double | Read/Write | Vertical distance override (as fraction of font size) below which lines are considered part of the same section. |
SectionUnbreakingHorizontalOverride | double | Read/Write | Horizontal distance override (as fraction of page width) below which fragments are considered part of the same section. |
SearchRectangle | Aspose.Pdf.Rectangle? | Read/Write | Optional rectangle restricting the absorber to a page region. |