API Reference

Class

PdfRewritePreservationMatrixReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Result of running a PDF rewrite-preservation proof matrix.

Inheritance

  • Object
  • PdfRewritePreservationMatrixReport

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 any scenario produced an unexpected classification.

public PdfRewritePreservationMatrixSummary ToSummary() #
Returns: PdfRewritePreservationMatrixSummary

Creates a JSON-friendly summary of this matrix report for proof packs, CI logs, and wrappers.

Properties

public IReadOnlyList<PdfRewritePreservationMatrixEntry> Entries { get; } #

Scenario results in input order.

public Boolean Passed { get; } #

True when every scenario produced the expected classification.

public String Summary { get; } #

Human-readable summary for logs and proof files.