Click or drag to resize

PdfComparer Constructor

Construct a new instance.

Namespace: Spire.Pdf.Comparison
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfComparer(
	PdfDocument oldDocument,
	PdfDocument newDocument
)

Parameters

oldDocument
Type: Spire.Pdf PdfDocument
The old pdf document.
newDocument
Type: Spire.Pdf PdfDocument
The new pdf document.
See Also