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