API Reference

Class

PdfRepairReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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.

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.