API Reference

Class

PdfMergeDecision

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One applied merge-policy decision.

Inheritance

  • Object
  • PdfMergeDecision

Usage

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

Returned or exposed by

Properties

public String Structure { get; } #

Stable structure name.

public PdfMergeStructureMode Mode { get; } #

Requested policy mode.

public String Action { get; } #

Human-readable action actually applied.

public Int32 ImportedCount { get; } #

Number of non-primary items imported.

public Int32 DroppedCount { get; } #

Number of incoming items deliberately dropped.

public IReadOnlyList<String> RenamedItems { get; } #

Deterministic old-to-new name mappings in old -> new form.