|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| Constructor. | |
Properties | |
| FSPreflightReportSettingDataProblemsHighlightMethod | problems_highlight_method |
| The method highlight problems. Only effective when to_highlight_problems is YES and report_file_format_type is FSPreflightReportSettingDataReportFileFormatTypePdf. Please refer to values starting from FSPreflightReportSettingDataProblemsHighlightMethodTransparentMasks and this should be one of these values. | |
| FSPreflightReportSettingDataReportFileFormatType | report_file_format_type |
| The report file format type. Please refer to values starting from FSPreflightReportSettingDataReportFileFormatTypePdf and this should be one of these values. | |
| NSString * | report_file_path |
| A complete path for the report file. This should not be an empty string. | |
| BOOL | to_generate_overview |
| Whether to generate overview or not. YES menas to generate overview, NO means not. | |
| BOOL | to_highlight_problems |
| Whether to highlight problems or not. YES menas to highlight problems, NO means not. | |
This class represents setting data used for generating preflight report file.