Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

PdfPageChangeKind

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

How a page relates to a second document at the selected render scale.

Inheritance

  • Enum
  • PdfPageChangeKind

Usage

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

Values

public const PdfPageChangeKind Unchanged #

The rendered pixels match, and relative page order is preserved.

Value: 0
public const PdfPageChangeKind Moved #

The rendered pixels match, but relative page order changed.

Value: 1
public const PdfPageChangeKind ModifiedCandidate #

Pages occupy the same unmatched sequence slot and need visual review.

Value: 2
public const PdfPageChangeKind Inserted #

A page appears only in the actual document.

Value: 3
public const PdfPageChangeKind Deleted #

A page appears only in the expected document.

Value: 4