API Reference

Enum

PdfMergeCollisionMode

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

Controls collisions between named items imported from multiple PDFs.

Inheritance

  • Enum
  • PdfMergeCollisionMode

Usage

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

Values

public const PdfMergeCollisionMode KeepFirst #

Keeps the first item and drops later items with the same name.

Value: 0
public const PdfMergeCollisionMode RenameIncoming #

Renames later items deterministically by appending a source and sequence suffix.

Value: 1
public const PdfMergeCollisionMode Reject #

Rejects the merge when two items use the same name.

Value: 2