Foxit PDF SDK
FSPreflightSettingData Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 

Properties

int first_page_index
 Index of the first page to be analyzed or fixed, staring from 0. Default value: 0.

 
int last_page_index
 Index of the last page to be verified. If this is -1, that means all the pages of the source PDF file will be analyze and parameter first_page_index would be ignored. Default value: -1.

 
FSPreflightSettingDataOperateType operate_type
 The preflight operate type. Please refer to values starting from FSPreflightSettingDataOperateTypeProfiles and this should be one of these values.

 
NSString * preflight_key
 The preflight key. It can be retrieved by FSPreflight::getItemKeysArray:.

 
NSString * saved_pdf_path
 A complete path for saving the analyze and fix PDF file. Only use to analyze and fix.

 
NSString * src_pdf_path
 A complete path of source PDF file to be analyze and fix.

 

Detailed Description

This class represents setting data used for preflight analyze and fixup.