API Reference
Class
PdfRepairReport
Explicit, reproducible recoveries applied by lenient PDF parsing.
Inheritance
- Object
- PdfRepairReport
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
- Property PdfAnalysisReport.Repair
- Property PdfDebuggerReport.RepairReport
- Property PdfReadDocument.RepairReport
- Property PdfRepairArtifactResult.SourceRepairReport
- Property PdfRepairArtifactResult.StrictOutputRepairReport
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<PdfRepairDiagnostic> Diagnostics { get; } #Structural recoveries in deterministic source order.
public Boolean HasRepairs { get; } #True when lenient parsing recovered at least one defect.
public Int32 RepairCount { get; } #Number of deterministic structural recoveries.
public Int32 DetectionOnlyCount { get; } #Number of detected issues intentionally left unchanged.