Foxit PDF SDK
FSPreflightReportSettingData Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 

Properties

FSPreflightReportSettingDataProblemsHighlightMethod problems_highlight_method
 The method highlight problems. This parameter is only useful 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 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.

 

Detailed Description

This class represents setting data used for preflight create report file.