API Reference
Class
PdfPageChangeAnalyzer
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:
PdfPageChangeReportAligns pages in two PDFs using exact rendered pixels at the configured scale.
Parameters
- expectedPdf System.Byte[]
- actualPdf System.Byte[]
- options OfficeIMO.Pdf.PdfPageChangeOptions = null
- expectedReadOptions OfficeIMO.Pdf.PdfLoadOptions = null
- actualReadOptions OfficeIMO.Pdf.PdfLoadOptions = null
- cancellationToken System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object