Click or drag to resize

CPDFCompareOverlay Constructor (CPDFDocument, CPDFDocument)

Initialize it with the given two versions of a document. By default, it will generate a comparison document according to the order of pages, starting from the first page of both versions of the document.

Namespace:  ComPDFKit.Compare
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CPDFCompareOverlay(
	CPDFDocument oldDocument,
	CPDFDocument newDocument
)

Parameters

oldDocument
Type: ComPDFKit.PDFDocumentCPDFDocument
The old version of document.
newDocument
Type: ComPDFKit.PDFDocumentCPDFDocument
The new version of document.
See Also