API Reference

Enum

PdfRedactionRegionKind

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

Geometry kind supplied by a redaction-review surface.

Inheritance

  • Enum
  • PdfRedactionRegionKind

Usage

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

Values

public const PdfRedactionRegionKind Rectangle #

One axis-aligned rectangle in PDF user space.

Value: 0
public const PdfRedactionRegionKind Quadrilateral #

An exact four-point destructive region.

Value: 1
public const PdfRedactionRegionKind Polygon #

An exact polygon destructive region.

Value: 2
public const PdfRedactionRegionKind Freehand #

An exact stroked freehand destructive path.

Value: 3
public const PdfRedactionRegionKind Group #

A caller-defined group of already normalized redaction rectangles.

Value: 4