API Reference

Enum

PdfRedactionEvidenceStatus

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Verification state for one item from a reviewed redaction plan.

Inheritance

  • Enum
  • PdfRedactionEvidenceStatus

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfRedactionEvidenceStatus VerifiedAbsent #

The rewritten PDF was fully inspected and no matching content remained in the reviewed area.

Value: 0
public const PdfRedactionEvidenceStatus Residual #

Matching content remains in the reviewed area after the rewrite.

Value: 1
public const PdfRedactionEvidenceStatus Inconclusive #

The item could not be proven absent because another verification check failed or was blocked.

Value: 2