API Reference

Enum

PdfDiagnosticSeverity

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity for a PDF diagnostic or optimization finding.

Inheritance

  • Enum
  • PdfDiagnosticSeverity

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfDiagnosticSeverity Info #

Informational finding.

Value: 0
public const PdfDiagnosticSeverity Warning #

Potential issue or improvement opportunity.

Value: 1
public const PdfDiagnosticSeverity Error #

Blocking or invalid state.

Value: 2