API Reference

Class

PdfRewritePreservationReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Result of comparing original and rewritten PDFs for user-visible preservation.

Inheritance

  • Object
  • PdfRewritePreservationReport

Usage

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

Methods

public Void ThrowIfFailed() #
Returns: Void

Throws an InvalidOperationException when preservation checks found mismatches.

Properties

public PdfDocumentInfo Original { get; } #

Inspection snapshot for the original PDF.

public PdfDocumentInfo Rewritten { get; } #

Inspection snapshot for the rewritten PDF.

public IReadOnlyList<PdfRewritePreservationIssue> Issues { get; } #

Preservation mismatches found in the rewritten PDF.

public Boolean IsPreserved { get; } #

True when no preservation mismatches were found.

public String Summary { get; } #

Human-readable summary suitable for logs, tests, and wrappers.