API Reference

Enum

PdfEmbeddedFileSanitizationMode

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

How the sanitizer handles embedded and associated files.

Inheritance

  • Enum
  • PdfEmbeddedFileSanitizationMode

Usage

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

Values

public const PdfEmbeddedFileSanitizationMode Remove #

Remove embedded payload references without retaining decoded bytes in the result.

Value: 0
public const PdfEmbeddedFileSanitizationMode Quarantine #

Remove embedded payload references and return decoded attachments in the result for caller-controlled quarantine.

Value: 1