Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
CompareResults (CompareResultInfoArray base_doc_results, CompareResultInfoArray compared_doc_results) | |
Constructor, with parameters. More... | |
CompareResults () | |
Constructor. | |
CompareResults (const CompareResults &compare_results) | |
Constructor, with another compare result object. More... | |
~CompareResults () | |
Destructor. | |
void | Clear () |
Clear all the result information. More... | |
CompareResults & | operator= (const CompareResults &compare_results) |
Assign operator. More... | |
Public Attributes | |
CompareResultInfoArray | 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. | |
CompareResultInfoArray | 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 Comparison::DoCompare.
|
inline |
Constructor, with parameters.
[in] | base_doc_results | Compare results of base document. |
[in] | compared_doc_results | Compare results of compared document. |
|
inline |
Constructor, with another compare result object.
[in] | compare_results | Another compare result object. |
|
inline |
Clear all the result information.
|
inline |
Assign operator.
[in] | compare_results | Another compare result object, whose value would be assigned to current object. |