API Reference
Class
PdfRedactionApplyResult
Rewritten PDF bytes together with the selected mutation path and redaction evidence.
Inheritance
- Object
- PdfRedactionApplyResult
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 Byte[] Pdf { get; } #Rewritten PDF bytes.
public PdfMutationPlan MutationPlan { get; } #Full-rewrite decision used for the redaction mutation.
public PdfRedactionEvidenceReport Evidence { get; } #Source-bound actual-versus-planned redaction evidence.
public Boolean IsVerified { get; } #True when the rewritten artifact passed every configured evidence check.