Click or drag to resize

CPDFCompareContent Constructor

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.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
public CPDFCompareContent(
	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