|
Foxit PDF SDK
|
Public Member Functions | |
| ResultInformation () | |
| Constructor. | |
| ResultInformation (ResultInformation other) | |
| Constructor, with another result information object. More... | |
| FixupData | GetFixupData (int index) |
| Get a fixup data. More... | |
| int | GetFixupDataCount () |
| Get count of fixup data. More... | |
| HitData | GetHitData (int index) |
| Get a hit data. More... | |
| int | GetHitDataCount () |
| Get count of hit data. More... | |
| bool | IsEmpty () |
| Check whether current object is empty or not. More... | |
This class represents the set of result information for verification or conversion process. Fixup data or hit data can be retrieved from the result information.
|
inline |
Constructor, with another result information object.
| [in] | other | Another ResultInformation object. |
|
inline |
Get a fixup data.
| [in] | index | Index of fixup data to be retrieved. Valid range: from 0 to (count-1). count is returned by function ResultInformation.GetFixupDataCount . |
|
inline |
Get count of fixup data.
|
inline |
Get a hit data.
| [in] | index | Index of hit data to be retrieved. Valid range: from 0 to (count-1). count is returned by function ResultInformation.GetHitDataCount . |
|
inline |
Get count of hit data.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.