Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
CompareResultInfo (CompareResultInfo.CompareResultType type, RectFArray rect_array, string diff_contents) | |
Constructor, with parameters. More... | |
CompareResultInfo () | |
Constructor. | |
CompareResultInfo (CompareResultInfo result_info) | |
Constructor, with another result information object. More... | |
Properties | |
string | diff_contents [get, set] |
Different contents as compared result. | |
RectFArray? | rect_array [get, set] |
Rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared. | |
CompareResultInfo.CompareResultType | type [get, set] |
Result type. Please refer to values starting from foxit.addon.comparison.CompareResultInfo.CompareResultType.e_CompareResultTypeNone and this should be one of these values. | |
This class represents the compare result information.
Enumeration for compare result type.
Values of this enumeration can be used alone.
|
inline |
Constructor, with parameters.
[in] | type | Result type. Please refer to values starting from foxit.addon.comparison.CompareResultInfo.CompareResultType.e_CompareResultTypeNone and this should be one of these values. |
[in] | rect_array | Rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared. |
[in] | diff_contents | Different contents as compared result. |
|
inline |
Constructor, with another result information object.
[in] | result_info | Another result information object. |