API Reference

Enum

PdfProductionSplitReason

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

Reason a production split part ended at its final source page.

Inheritance

  • Enum
  • PdfProductionSplitReason

Usage

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

Values

public const PdfProductionSplitReason EndOfDocument #

The source document ended.

Value: 0
public const PdfProductionSplitReason PageCount #

The configured maximum page count was reached.

Value: 1
public const PdfProductionSplitReason ContentBoundary #

The next page matched the configured content boundary.

Value: 2
public const PdfProductionSplitReason TargetSize #

Adding the next page would exceed the target artifact size.

Value: 3