API Reference

Enum

PdfInterleaveRemainderMode

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

Controls how an interleave handles sources with different selected page counts.

Inheritance

  • Enum
  • PdfInterleaveRemainderMode

Usage

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

Values

public const PdfInterleaveRemainderMode Append #

Appends remaining pages from longer sources in round-robin order.

Value: 0
public const PdfInterleaveRemainderMode Reject #

Rejects inputs whose selected page counts differ.

Value: 1