API Reference

Class

PdfRepairDiagnostic

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One explicit structural recovery performed while reading a PDF.

Inheritance

  • Object
  • PdfRepairDiagnostic

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

Stable machine-readable recovery code.

public String Message { get; } #

Human-readable recovery explanation.

public Nullable<Int32> ObjectNumber { get; } #

Affected indirect object number, when applicable.

public PdfRepairDisposition Disposition { get; } #

Whether the reader recovered the issue or only reported it.

public Boolean WasRecovered { get; } #

True when the lenient reader applied a deterministic recovery.