Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfPageChangeAnalyzer

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers static

Finds inserted, deleted, reordered, and visually changed page candidates through the managed PDF renderer.

Inheritance

  • Object
  • PdfPageChangeAnalyzer

Methods

public static PdfPageChangeReport Analyze(Byte[] expectedPdf, Byte[] actualPdf, PdfPageChangeOptions options = null, PdfLoadOptions expectedReadOptions = null, PdfLoadOptions actualReadOptions = null, CancellationToken cancellationToken = null) #
Returns: PdfPageChangeReport

Aligns pages in two PDFs using exact rendered pixels at the configured scale.

Parameters

expectedPdf System.Byte[] requiredposition: 0
actualPdf System.Byte[] requiredposition: 1
options OfficeIMO.Pdf.PdfPageChangeOptions = null optionalposition: 2
expectedReadOptions OfficeIMO.Pdf.PdfLoadOptions = null optionalposition: 3
actualReadOptions OfficeIMO.Pdf.PdfLoadOptions = null optionalposition: 4
cancellationToken System.Threading.CancellationToken = null optionalposition: 5