API Reference
Class
PdfPageChangeReport
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.