Class ParagraphAbsorberOptions

ParagraphAbsorberOptions class

Represents options for the ParagraphAbsorber.

public sealed class ParagraphAbsorberOptions

Constructors

NameDescription
ParagraphAbsorberOptions()The default constructor.

Properties

NameDescription
SearchRectangle { get; set; }Gets or sets paragraph search rectangle.
SectionUnbreakingHorizontalOverride { get; set; }Gets or sets the maximum length of zone with ‘zero filling level’ that will not be treated as actual horizontal section break (as a fraction of the width / height of a page). The default value is 0.005.
SectionUnbreakingVerticalOverride { get; set; }Gets or sets the maximum length of zone with ‘zero filling level’ that will not be treated as actual vertical section break (as a fraction of the width / height of a page). The default value is 0.005.

See Also