API Reference

Class

PdfSanitizationReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Typed preview of items that the supplied PDF sanitization policy would remove.

Inheritance

  • Object
  • PdfSanitizationReport

Usage

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

Properties

public IReadOnlyList<PdfSanitizationFinding> Findings { get; } #

Low-level active-content and embedded-payload findings selected by the policy.

public PdfSanitizationActionCounts ActionCounts { get; } #

Per-kind action counts for the selected policy.

public PdfSanitizationCategoryCounts CategoryCounts { get; } #

Logical per-category counts for the selected sanitization policy.

public Int32 TotalCount { get; } #

Total number of low-level findings selected by the policy.