API Reference

Class

PdfFlowOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Configures conditional, bounded, and replayable document flow.

Inheritance

  • Object
  • PdfFlowOptions

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

Properties

public Func<PdfFlowContext, Boolean> ShowIf { get; set; } #

Optional predicate evaluated when the group reaches layout.

public Double MinimumRemainingHeight { get; set; } #

Minimum remaining height required before the group starts; otherwise a new page is started.

public Boolean KeepTogether { get; set; } #

Attempts to keep all measurable nested content on one page.

public PdfFlowOverflowBehavior OverflowBehavior { get; set; } #

Behavior used when the measurable group does not fit in the current page remainder.