Foxit PDF SDK
9.1
|
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
More...
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithResult_info: |
Constructor, with another result information object. More... | |
(id) | - initWithType:rect_array:diff_contents: |
Constructor, with parameters. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
NSString * | diff_contents |
Different contents as compared result. More... | |
FSRectFArray * | rect_array |
Rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared. More... | |
FSCompareResultInfoCompareResultType | type |
Result type. Please refer to values starting from FSCompareResultInfoCompareResultTypeNone and this should be one of these values. More... | |
If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
If set, that means fields with same name will be renamed in combined result PDF file.
If set, that means structure trees of source PDF files will be outputted to combined result PDF file.
If set, that means output intents of source PDF files will be outputted to combined result PDF file.
If set, that means "OCProperties" of source PDF files will be outputted to combined result PDF file.
If set, that means "MarkInfo" of source PDF files will be outputted to combined result PDF file.
If set, that means page labels of source PDF files will be outputted to combined result PDF file.
If set, that means "Dests" name trees and "EmbeddedFiles" name trees of source PDF files will be outputted to combined result PDF file.
If set, that means object streams will be used to generate combined result PDF file in order to reduce result file size.
If set, that means duplicate stream objects from source PDF files will be outputted to combined result PDF file.
This class represents the compare result information.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (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. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
Different contents as compared result.
|
readwritenonatomiccopy |
Rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared.
|
readwritenonatomicassign |
Result type. Please refer to values starting from FSCompareResultInfoCompareResultTypeNone and this should be one of these values.