Foxit PDF SDK
|
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. | |
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 .
def FoxitPDFSDKPython3.CompareResults.CompareResults | ( | base_doc_results, | |
compared_doc_results | |||
) |
Constructor, with parameters.
Constructor, with another compare results object.
Constructor.
[in] | base_doc_results | Compare results of base document. |
[in] | compared_doc_results | Compare results of compared document. |
[in] | compare_results | Another compare results object. |
def FoxitPDFSDKPython3.CompareResults.Clear | ( | ) |
Clear all the result information.