Foxit PDF SDK  9.1
FSCompareResultInfo Class Reference

If set, that means bookmarks of source PDF files will be outputted to combined result PDF file.
More...

Inheritance diagram for FSCompareResultInfo:

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...
 
FSRectFArrayrect_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...
 

Detailed Description

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.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ 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.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ diff_contents

- (NSString *) diff_contents
readwritenonatomiccopy

Different contents as compared result.

◆ rect_array

- (FSRectFArray *) rect_array
readwritenonatomiccopy

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

◆ type

- (FSCompareResultInfoCompareResultType) type
readwritenonatomicassign

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