Foxit PDF SDK
|
Public Member Functions | |
def | ResultInformation () |
Constructor. More... | |
def | GetFixupData (index) |
Get a fixup data. More... | |
def | GetFixupDataCount () |
Get count of fixup data. More... | |
def | GetHitData (index) |
Get a hit data. More... | |
def | GetHitDataCount () |
Get count of hit data. More... | |
def | IsEmpty () |
Check whether current object is empty or not. 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.
def FoxitPDFSDKPython3.ResultInformation.ResultInformation | ( | ) |
Constructor.
Constructor, with another result information object.
[in] | other | Another ResultInformation object. |
def FoxitPDFSDKPython3.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 FoxitPDFSDKPython3.ResultInformation.GetFixupDataCount . |
def FoxitPDFSDKPython3.ResultInformation.GetFixupDataCount | ( | ) |
Get count of fixup data.
def FoxitPDFSDKPython3.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 FoxitPDFSDKPython3.ResultInformation.GetHitDataCount . |
def FoxitPDFSDKPython3.ResultInformation.GetHitDataCount | ( | ) |
Get count of hit data.
def FoxitPDFSDKPython3.ResultInformation.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.