|
Foxit PDF SDK
|
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 analyzed or fixed. If this is -1, that means all the pages of the source PDF file will be analyze, and parameter first_page_index will 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. Retrieve available keys via FSPreflight::getItemKeysArray:. | |
| NSString * | saved_pdf_path |
| A complete path for saving the PDF file generated by the preflight analysis and fixup process. | |
| NSString * | src_pdf_path |
| A complete path of source PDF file to be analyze and fix. | |
This class represents setting data for preflight analysis and fixup operations.