API Reference
Class
PdfDebuggerReport
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
- Method PdfDocument.Debug
Methods
Inherited Methods
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.