|
|
| 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 |
| | 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.
- See also
- Comparison.
- Examples
- /Users/ec2-user/gitlab-runner/builds/E-xKdhDoq/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.
◆ Clear()
Clear all the result information.
- Returns
- None.
◆ constructor() [1/2]
Constructor, with parameters.
- Parameters
-
| [in] | base_doc_results | Compare results of base document. |
| [in] | compared_doc_results | Compare results of compared document. |
◆ constructor() [2/2]
| CompareResults.constructor |
( |
r |
| ) |
|
@constructor
- Parameters
-
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.