Foxit PDF SDK
FSHitData Class Reference

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 how many times the hit operation for current data has been triggered during verifying or converting process.

 

Detailed Description

This class represents a hit data. Hit data represents the data for a hit operation triggered during verifying or converting process.

Method Documentation

◆ initWithOther:()

- (id) initWithOther: (FSHitData*)  other

Constructor, with another hit data object.

Parameters
[in]otherAnother hit data object.