|
Foxit PDF SDK
|
Public Member Functions | |
| constructor () | |
| Constructor. | |
| constructor (base_doc_results, compared_doc_results) | |
| Constructor, with parameters. More... | |
Public Attributes | |
| Clear() | compared_doc_results |
| Clear all the result information. More... | |
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 FSDK.Comparison.DoCompare.
| FSDK.CompareResults.constructor | ( | base_doc_results | , |
| compared_doc_results | |||
| ) |
Constructor, with parameters.
| [in] | base_doc_results | Compare results of base document. |
| [in] | compared_doc_results | Compare results of compared document. |
| Clear () FSDK.CompareResults.compared_doc_results |
Clear all the result information.
A result information array, which contains all the compared results of a PDF page (which has been compared) in the base document.
A result information array, which contains all the compared results of a PDF page (which has been compared) in the compared document.