Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfRedactionSharingResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

public Byte[] ToBytes() #
Returns: Byte[]

Returns a defensive copy of the final, sanitized PDF bytes.

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.