Foxit PDF SDK
FSCompareResultInfo Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 
(id) - initWithResult_info:
 Constructor, with another result information object.
More...
 
(id) - initWithType:rect_array:diff_contents:
 Constructor, with parameters.
More...
 

Properties

NSString * diff_contents
 Different contents as compared result.

 
FSRectFArrayrect_array
 Rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared.

 
FSCompareResultInfoCompareResultType type
 Result type. Please refer to values starting from FSCompareResultInfoCompareResultTypeNone and this should be one of these values.

 

Detailed Description

This class represents the compare result information.

Method Documentation

◆ initWithResult_info:()

- (id) initWithResult_info: (FSCompareResultInfo*)  result_info

Constructor, with another result information object.

Parameters
[in]result_infoAnother result information object.

◆ initWithType:rect_array:diff_contents:()

- (id) initWithType: (FSCompareResultInfoCompareResultType type
rect_array: (FSRectFArray*)  rect_array
diff_contents: (NSString *)  diff_contents 

Constructor, with parameters.

Parameters
[in]typeResult type. Please refer to values starting from FSCompareResultInfoCompareResultTypeNone and this should be one of these values.
[in]rect_arrayRectangle array which specifies the location of parameter diff_contents in the PDF page to be compared.
[in]diff_contentsDifferent contents as compared result.