API Reference
Class
PdfRedactionSharingResult
Verified final PDF and evidence for a redaction followed by sanitization.
Inheritance
- Object
- PdfRedactionSharingResult
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
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PdfRedactionEvidenceReport Redaction { get; } #Evidence from the initial redaction rewrite, before sanitization.
public PdfSanitizationResult Sanitization { get; } #Sanitization policy evidence and final bytes.
public PdfRedactionVerificationReport Verification { get; } #Redaction checks repeated against the final sanitized artifact.
public PdfRedactionShareableSummary Summary { get; } #Exportable evidence containing counts and fingerprints, without content or free-form descriptions.