|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
| (id) | - initWithOther: |
| Constructor, with another hit data object. More... | |
Properties | |
| NSString * | comment |
| Hit rule comment to explain more details about the rule. | |
| NSString * | name |
| Hit rule name. | |
| int | page_index |
| Page index, starting from 0. -1 means current hit data was hit in document level. | |
| FSHitDataCheckSeverity | severity |
| The check severity of current hit data. Please refer to values starting from FSHitDataCheckSeverityInfo and this should be one of these values. | |
| NSArray< NSString * > * | trigger_values |
| Array of trigger values. The count of triggered values is no more then triggered_count. | |
| unsigned int | triggered_count |
| Represents the count of hit operation for current data has been triggered during document verification or conversion process. | |
This class represents a hit data. Hit data represents the data for a hit operation triggered during document verification or conversion process.
| - (id) initWithOther: | (FSHitData*) | other |
Constructor, with another hit data object.
| [in] | other | Another hit data object. |