Click or drag to resize

CPDFCompareResults Class

This class is about the results of comparing content.
Inheritance Hierarchy
SystemObject
  ComPDFKit.CompareCPDFCompareResults

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

The CPDFCompareResults type exposes the following members.

Properties
  NameDescription
Public propertyDeleteCount
Gets the count of removal.
Public propertyImageResults
Gets the array of the results of comparing image.
Public propertyInsertCount
Gets the count of insert.
Public propertyReplaceCount
Gets the count of replacement.
Public propertyTextResults
Gets the array of the results of comparing text.
Top
See Also