Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfPageChange

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One page alignment. Null page numbers identify insertion or deletion.

Inheritance

  • Object
  • PdfPageChange

Usage

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

Returned or exposed by

Properties

public PdfPageChangeKind Kind { get; } #

Relationship between the pages.

public Nullable<Int32> ExpectedPageNumber { get; } #

One-based page in the expected document, when present.

public Nullable<Int32> ActualPageNumber { get; } #

One-based page in the actual document, when present.

public Boolean IsExactRenderedMatch { get; } #

True only when rendered pixels match at the configured scale.