API Reference

Enum

PdfMutationExecutionMode

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

How OfficeIMO.Pdf should apply a requested mutation to an existing PDF.

Inheritance

  • Enum
  • PdfMutationExecutionMode

Usage

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

Values

public const PdfMutationExecutionMode FullRewrite #

Create a new complete PDF revision by rewriting supported document objects.

Value: 0
public const PdfMutationExecutionMode AppendOnly #

Preserve every existing input byte and append a new incremental revision.

Value: 1
public const PdfMutationExecutionMode Blocked #

Do not attempt the mutation because no currently proven execution path is available.

Value: 2