API Reference

Class

PdfRewritePreservationMatrixEntry

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Result for one scenario in a PDF rewrite-preservation proof matrix.

Inheritance

  • Object
  • PdfRewritePreservationMatrixEntry

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 Id { get; } #

Stable scenario id.

public String Operation { get; } #

Operation that was tested.

public PdfRewritePreservationMatrixClassification ExpectedClassification { get; } #

Expected classification for this scenario.

public PdfRewritePreservationMatrixClassification ActualClassification { get; } #

Observed classification for this scenario.

public IReadOnlyList<String> SourceFeatures { get; } #

Source fixture feature labels.

public PdfRewritePreservationReport PreservationReport { get; } #

Preservation proof report when the rewrite completed.

public String FailureType { get; } #

Exception type name when the operation did not complete.

public String FailureMessage { get; } #

Exception message when the operation did not complete.

public Boolean Passed { get; } #

True when the observed classification matches the expected classification.

public String Summary { get; } #

Human-readable row summary for logs and proof files.