Click or drag to resize

CPDFCompareResult Structure

This class is about the information about a result of comparing content.

Namespace:  ComPDFKit.Compare
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public struct CPDFCompareResult

The CPDFCompareResult type exposes the following members.

Fields
  NameDescription
Public fieldNewPageIndex
Gets the new version page index of a result of comparing content.
Public fieldNewRect
Gets the new version page range of a result of comparing content.
Public fieldOldPageIndex
Gets the old version page index of a result of comparing content.
Public fieldOldRect
Gets the old version page range of a result of comparing content.
Public fieldType
Gets the type of a result of comparing content.
Top
See Also