Foxit PDF SDK
|
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. | |
FSRectFArray * | rect_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. | |
This class represents the compare result information.
- (id) initWithResult_info: | (FSCompareResultInfo*) | result_info |
Constructor, with another result information object.
[in] | result_info | Another result information object. |
- (id) initWithType: | (FSCompareResultInfoCompareResultType) | type | |
rect_array: | (FSRectFArray*) | rect_array | |
diff_contents: | (NSString *) | diff_contents | |
Constructor, with parameters.
[in] | type | Result type. Please refer to values starting from FSCompareResultInfoCompareResultTypeNone and this should be one of these values. |
[in] | rect_array | Rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared. |
[in] | diff_contents | Different contents as compared result. |