API Reference

Enum

PdfRedactionAppearanceMode

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

Controls how the visible redaction mark conceals the size of the removed content.

Inheritance

  • Enum
  • PdfRedactionAppearanceMode

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 PdfRedactionAppearanceMode Exact #

Paint the exact reviewed geometry.

Value: 0
public const PdfRedactionAppearanceMode MergeNearby #

Merge nearby rectangular marks on the same visual line.

Value: 1
public const PdfRedactionAppearanceMode QuantizedWidth #

Expand rectangular marks to a fixed width quantum.

Value: 2
public const PdfRedactionAppearanceMode FullLine #

Paint the full effective page width at the reviewed vertical position.

Value: 3