Inherits FoxitPDFSDKPython3._object.
|
| base_doc_results = _fsdk.CompareResults_base_doc_results |
| A result information array, which contains all the compared results of a PDF page (which has been compared) in the base document.
|
|
| compared_doc_results = _fsdk.CompareResults_compared_doc_results |
| A result information array, which contains all the compared results of a PDF page (which has been compared) in the compared 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 .
- See also
- Comparison .
◆ CompareResults() [1/2]
def FoxitPDFSDKPython3.CompareResults.CompareResults |
( |
|
base_doc_results, |
|
|
|
compared_doc_results |
|
) |
| |
Constructor, with parameters.
- Parameters
-
[in] | base_doc_results | Compare results of base document. |
[in] | compared_doc_results | Compare results of compared document. |
◆ CompareResults() [2/2]
def FoxitPDFSDKPython3.CompareResults.CompareResults |
( |
|
compare_results | ) |
|
Constructor, with another compare results object.
- Parameters
-
[in] | compare_results | Another compare results object. |
◆ Clear()
def FoxitPDFSDKPython3.CompareResults.Clear |
( |
| ) |
|
Clear all the result information.
- Returns
- None.