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.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public class CPDFCompareResults

The CPDFCompareResults type exposes the following members.

Properties
  NameDescription
Public propertyAnnotDeletedCount
Gets the count of annotation deleted.
Public propertyAnnotInsertCount
Gets the count of annotation insert.
Public propertyAnnotModifiedCount
Gets the count of annotation modified.
Public propertyAnnotResults
Gets the array of the results of comparing annotation.
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 propertyPathResults
Gets the array of the results of comparing path.
Public propertyReplaceCount
Gets the count of replacement.
Public propertyShadingResults
Gets the array of the results of comparing shading.
Public propertyTextResults
Gets the array of the results of comparing text.
Top
See Also