API Reference

Class

PdfRedactionApplyResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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.

Methods

public PdfRedactionApplyResult ThrowIfUnverified() #
Returns: PdfRedactionApplyResult

Throws when the rewritten artifact did not pass every configured evidence check.

public PdfDocument ToDocument() #
Returns: PdfDocument

Opens the rewritten bytes through the normal fluent document API.

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.