API Reference
Class
PdfDiagnosticFinding
Single diagnostic reported while inspecting a PDF.
Inheritance
- Object
- PdfDiagnosticFinding
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 PdfDiagnosticReport.Findings
- Property PdfOptimizationReport.Findings
- Property PdfRedactionPlan.Findings
Inherited Methods
Properties
public PdfDiagnosticSeverity Severity { get; } #Finding severity.
public String Code { get; } #Stable finding code.
public String Message { get; } #Human-readable finding message.
public Nullable<Int32> ObjectNumber { get; } #Related PDF object number, when known.
public Nullable<Int32> PageNumber { get; } #Related one-based page number, when known.
public Nullable<Int64> Bytes { get; } #Related byte size or estimated byte saving, when known.