Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
GetFixupData (index) | |
Get a fixup data. More... | |
GetFixupDataCount () | |
Get count of fixup data. More... | |
GetHitData (index) | |
Get a hit data. More... | |
GetHitDataCount () | |
Get count of hit data. More... | |
This class represents the set of result information for verifying or converting process. Fixup data or hit data can be retrieved from the result information.
FSDK.ResultInformation.GetFixupData | ( | index | ) |
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 FSDK.ResultInformation.GetFixupDataCount. |
FSDK.ResultInformation.GetFixupDataCount | ( | ) |
Get count of fixup data.
FSDK.ResultInformation.GetHitData | ( | index | ) |
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 FSDK.ResultInformation.GetHitDataCount. |
FSDK.ResultInformation.GetHitDataCount | ( | ) |
Get count of hit data.