API Reference

Enum

PdfFlowOverflowBehavior

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how a bounded flow group behaves when it cannot fit in the current page remainder.

Inheritance

  • Enum
  • PdfFlowOverflowBehavior

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfFlowOverflowBehavior Continue #

Allows nested content to continue through the normal page flow.

Value: 0
public const PdfFlowOverflowBehavior MoveToNextPage #

Moves the group to the next page when its measured content fits on one full page.

Value: 1
public const PdfFlowOverflowBehavior Skip #

Skips the group when it cannot fit in the current page remainder.

Value: 2
public const PdfFlowOverflowBehavior StopDocument #

Stops processing the enclosing document flow when the group cannot fit.

Value: 3