API Reference

Class

PdfConversionReportSummary

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Stable summary of warnings captured during one PDF conversion workflow.

Inheritance

  • Object
  • PdfConversionReportSummary

Usage

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

Properties

public Int32 TotalCount { get; } #

Total number of warning records in the report.

public Int32 InformationCount { get; } #

Number of informational records in the report.

public Int32 WarningCount { get; } #

Number of warning-level records in the report.

public Int32 ErrorCount { get; } #

Number of error-level records in the report.

public Boolean HasWarnings { get; } #

True when the report contains any warning, information, or error records.

public Boolean HasErrors { get; } #

True when the report contains at least one error-level conversion warning.

public IReadOnlyDictionary<PdfConversionWarningSeverity, Int32> SeverityCounts { get; } #

Counts grouped by warning severity.

public IReadOnlyDictionary<String, Int32> ConverterCounts { get; } #

Counts grouped by converter or adapter name.

public IReadOnlyDictionary<String, Int32> CodeCounts { get; } #

Counts grouped by stable warning code.

public IReadOnlyDictionary<String, Int32> SourceCounts { get; } #

Counts grouped by source area when the warning declared one.