API Reference

Enum

PdfMergeStructureMode

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

Controls how one document-level structure participates in a PDF merge.

Inheritance

  • Enum
  • PdfMergeStructureMode

Usage

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

Values

public const PdfMergeStructureMode KeepPrimary #

Retains the structure from the primary source and ignores incoming copies.

Value: 0
public const PdfMergeStructureMode Combine #

Combines compatible values from every source using structure-specific rules.

Value: 1
public const PdfMergeStructureMode Drop #

Removes the structure from the merged artifact.

Value: 2
public const PdfMergeStructureMode RejectIncoming #

Rejects the merge when a non-primary source also contains the structure.

Value: 3