API Reference

Enum

PdfRedactionUnsupportedImagePolicy

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

Fail-closed behavior when an intersecting image cannot be safely rewritten at pixel level.

Inheritance

  • Enum
  • PdfRedactionUnsupportedImagePolicy

Usage

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

Values

public const PdfRedactionUnsupportedImagePolicy FailClosed #

Reject the operation.

Value: 0
public const PdfRedactionUnsupportedImagePolicy RemoveWholePlacement #

Remove the entire intersecting placement and prune its resource when unused.

Value: 1
public const PdfRedactionUnsupportedImagePolicy VisualOverlay #

Keep the image bytes and paint a visual-only overlay.

Value: 2