Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfPageChangeReport

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Bounded page alignment for review. Changes remain candidates until inspected at full fidelity.

Inheritance

  • Object
  • PdfPageChangeReport

Usage

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

Properties

public Int32 ExpectedPageCount { get; } #

Expected document page count.

public Int32 ActualPageCount { get; } #

Actual document page count.

public Double RenderScale { get; } #

Scale used for page raster matching.

public IReadOnlyList<PdfPageChange> Changes { get; } #

Expected-page order followed by actual-only inserted pages.

public Boolean IsMatch { get; } #

Whether every page matched and retained its relative order.