|
Foxit PDF SDK
|
继承自 SystemIDisposable .
Public 类型 | |
| enum | ProblemsHighlightMethod { ProblemsHighlightMethod.e_ProblemsHighlightMethodTransparentMasks = 0, ProblemsHighlightMethod.e_ProblemsHighlightMethodLayers = 1 } |
| 预检问题高亮方法的枚举。 更多... | |
| enum | ReportFileFormatType { ReportFileFormatType.e_ReportFileFormatTypePdf = 0, ReportFileFormatType.e_ReportFileFormatTypeXml = 1, ReportFileFormatType.e_ReportFileFormatTypeTxt = 2, ReportFileFormatType.e_ReportFileFormatTypeHtml = 3 } |
| 预检报告文件格式类型的枚举。 更多... | |
Public 成员函数 | |
| PreflightReportSettingData () | |
| 构造函数。 | |
| PreflightReportSettingData (PreflightReportSettingData.ReportFileFormatType report_file_format_type, bool to_generate_overview, bool to_highlight_problems, PreflightReportSettingData.ProblemsHighlightMethod problem_highlight_method, string report_file_path) | |
| 带参数的构造函数。 更多... | |
属性 | |
| PreflightReportSettingData.ProblemsHighlightMethod | problems_highlight_method [get, set] |
| 高亮显示问题的方法。仅当to_highlight_problems为true且report_file_format_type 为foxit.addon.compliance.PreflightReportSettingData.ReportFileFormatType.e_ReportFileFormatTypePdf 时有效。 请参考从foxit.addon.compliance.PreflightReportSettingData.ProblemsHighlightMethod.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。 | |
| PreflightReportSettingData.ReportFileFormatType | report_file_format_type [get, set] |
| 报告文件格式类型。 请参考从foxit.addon.compliance.PreflightReportSettingData.ReportFileFormatType.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。 | |
| string | report_file_path [get, set] |
| 报告文件的完整路径。这不应该是空字符串。 | |
| bool | to_generate_overview [get, set] |
| 是否生成概述。true表示生成概述,false表示不生成。 | |
| bool | to_highlight_problems [get, set] |
| 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。 | |
此类表示用于生成预检报告文件的设置数据。
|
inline |
带参数的构造函数。
| [in] | report_file_format_type | 报告文件格式类型。 请参考从foxit.addon.compliance.PreflightReportSettingData.ReportFileFormatType.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。 |
| [in] | to_generate_overview | 是否生成概述。true表示生成概述,false表示不生成。 |
| [in] | to_highlight_problems | 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。 |
| [in] | report_file_path | 报告文件的完整路径。这不应该是空字符串。 |