API Reference

Class

PdfDiagnosticFinding

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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.

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.