API Reference

Class

PdfMergeReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Policy and readback evidence returned by a first-party PDF merge.

Inheritance

  • Object
  • PdfMergeReport

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 IReadOnlyList<PdfMergeSourceInventory> Sources { get; } #

Per-source structure inventory captured before mutation.

public IReadOnlyList<PdfMergeDecision> Decisions { get; } #

Policy decisions actually applied.

public Int32 OutputPageCount { get; } #

Page count read back from the saved artifact.

public PdfDocumentSecurityInfo OutputSecurity { get; } #

Complete security state read back from the merged output.

public Boolean OutputHasEncryption { get; } #

True when the merged output remains encrypted.

public Boolean OutputHasSignatures { get; } #

True when signature evidence is present in the merged output.