Click or drag to resize

CPDFCompareContent Class

Quickly pinpoint changes by comparing two versions of a PDF file.
Inheritance Hierarchy
SystemObject
  ComPDFKit.CompareCPDFCompareContent

Namespace:  ComPDFKit.Compare
Assembly:  ComPDFKit.Desk (in ComPDFKit.Desk.dll) Version: 1.12.0.0 (1.12.0.0)
Syntax
C#
public class CPDFCompareContent

The CPDFCompareContent type exposes the following members.

Constructors
  NameDescription
Public methodCPDFCompareContent
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.
Top
Methods
  NameDescription
Public methodCompare
Specifies pages and types to compare.
Public methodRelease
Releases CPDFCompareContent object resource.
Public methodSaveAsComparisonDocument
Saves the comparison document.
Public methodSetDeleteColor
Sets to remove the highlight color.
Public methodSetDeleteTransparency
Public methodSetInsertColor
Sets to insert the highlight color.
Public methodSetInsertTransparency
Public methodSetReplaceColor
Sets to replace the highlight color.
Public methodSetReplaceTransparency
Top
See Also