API Reference

Class

PdfRewritePreservationMatrixRowSummary

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

JSON-friendly summary of one PDF rewrite-preservation matrix row.

Inheritance

  • Object
  • PdfRewritePreservationMatrixRowSummary

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

Operation that was tested.

public String ExpectedClassification { get; } #

Expected classification.

public String ActualClassification { get; } #

Observed classification.

public Boolean Passed { get; } #

True when expected and observed classifications match.

public IReadOnlyList<String> SourceFeatures { get; } #

Source fixture feature labels.

public String PreservationSummary { get; } #

Preservation report summary 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 IReadOnlyList<PdfRewritePreservationIssueSummary> Issues { get; } #

Preservation issues when the rewrite completed.