API Reference

Class

PdfDebuggerReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Read-only diagnostic projection of PDF objects, revisions, pages, resources, and content operators.

Inheritance

  • Object
  • PdfDebuggerReport

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

Methods

public String ToText() #
Returns: String

Renders the projection as stable human-readable text.

Properties

public IReadOnlyList<PdfDebugObject> Objects { get; } #

Indirect object summaries in object-number order.

public IReadOnlyList<PdfDocumentRevisionInfo> Revisions { get; } #

Incremental revision chain.

public IReadOnlyList<PdfDebugPage> Pages { get; } #

Page resource and content summaries.

public PdfRepairReport RepairReport { get; } #

Explicit repairs applied while parsing in lenient mode.