Foxit PDF SDK
FoxitPDFSDKPython3.CompareResults Class Reference

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def CompareResults (base_doc_results, compared_doc_results)
 Constructor, with parameters. More...
 
def Clear ()
 Clear all the result information. More...
 

Static Public Attributes

 base_doc_results = _swig_property(_fsdk.CompareResults_base_doc_results_get, _fsdk.CompareResults_base_doc_results_set)
 A result information array, which contains all the compared results of a PDF page (which has been compared) in the base document.
 

Detailed Description

This class contains all the results of a comparison process, including the results in both base document and compared document. This class is used as the return type of function FoxitPDFSDKPython3.Comparison.DoCompare .

See also
Comparison .

Constructor & Destructor Documentation

◆ CompareResults()

def FoxitPDFSDKPython3.CompareResults.CompareResults (   base_doc_results,
  compared_doc_results 
)

Constructor, with parameters.

Constructor, with another compare results object.

Constructor.

Parameters
[in]base_doc_resultsCompare results of base document.
[in]compared_doc_resultsCompare results of compared document.
[in]compare_resultsAnother compare results object.

Member Function Documentation

◆ Clear()

def FoxitPDFSDKPython3.CompareResults.Clear ( )

Clear all the result information.

Returns
None.