API Reference

Enum

PdfMutationExecutionPreference

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

Caller constraint applied when choosing a PDF mutation execution mode.

Inheritance

  • Enum
  • PdfMutationExecutionPreference

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 PdfMutationExecutionPreference Automatic #

Choose the safest available implemented path, preferring a permitted full rewrite for ordinary inputs.

Value: 0
public const PdfMutationExecutionPreference RequireFullRewrite #

Require a complete rewrite and block when the input or operation cannot use one safely.

Value: 1
public const PdfMutationExecutionPreference RequireAppendOnly #

Require an append-only revision and block when the input or operation cannot use one safely.

Value: 2