API Reference
Class
PdfSanitizationFinding
A bounded, reviewable item discovered by the PDF sanitization engine.
Inheritance
- Object
- PdfSanitizationFinding
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
- Property PdfSanitizationReport.Findings
- Property PdfSanitizationResult.RemainingFindings
- Property PdfSanitizationResult.RemovedFindings
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PdfSanitizationFindingKind Kind { get; } #Finding category.
public Int32 ObjectNumber { get; } #Source indirect object number, or zero for a direct trailer-owned object.
public String Path { get; } #Stable object-relative path to the unsafe entry.
public String Detail { get; } #Action type, URI, or payload marker that caused the finding.
public Nullable<PdfSanitizationActionKind> ActionKind { get; } #Typed action category when this finding represents an action or URI target.