|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
| def | CompareResults () |
| Constructor. | |
| def | CompareResults (compare_results) |
| Constructor, with another compare results object. More... | |
| def | Clear () |
| Clear all the result information. More... | |
Static Public Attributes | |
| 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 FoxitPDFSDKPython2.Comparison.DoCompare .
| def FoxitPDFSDKPython2.CompareResults.CompareResults | ( | compare_results | ) |
Constructor, with another compare results object.
| [in] | compare_results | Another compare results object. |
| def FoxitPDFSDKPython2.CompareResults.Clear | ( | ) |
Clear all the result information.