API Reference
Class
PdfSanitizationReport
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.