API Reference

Enum

PdfRedactionContentScope

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

Controls which intersecting page content is removed for one redaction area.

Inheritance

  • Enum
  • PdfRedactionContentScope

Usage

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

Accepted by parameters

Values

public const PdfRedactionContentScope TextOnly #

Remove intersecting text and matched annotations while preserving images and vector artwork beneath the mark.

Value: 0
public const PdfRedactionContentScope TextAndUnderlay #

Remove intersecting text, matched annotations, images, and vector artwork.

Value: 1