API Reference
Class
PdfRewritePreservationMatrixRowSummary
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
Inherited Methods
Properties
public String Id { get; } #Stable scenario id.
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.