Foxit PDF SDK
foxit.addon.compliance.PreflightReportSettingData类 参考

继承自 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_problemstruereport_file_format_typefoxit.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表示不高亮。
 

详细描述

此类表示用于生成预检报告文件的设置数据。

成员枚举类型说明

◆ ProblemsHighlightMethod

预检问题高亮方法的枚举。

此枚举的值应单独使用。

枚举值
e_ProblemsHighlightMethodTransparentMasks 

通过透明遮罩高亮显示问题。

e_ProblemsHighlightMethodLayers 

通过图层高亮显示问题。

◆ ReportFileFormatType

预检报告文件格式类型的枚举。

此枚举的值应单独使用。

枚举值
e_ReportFileFormatTypePdf 

报告文件格式类型:PDF。

e_ReportFileFormatTypeXml 

报告文件格式类型:XML。

e_ReportFileFormatTypeTxt 

报告文件格式类型:TXT 和 TEXT。

e_ReportFileFormatTypeHtml 

报告文件格式类型:HTML。

构造及析构函数说明

◆ PreflightReportSettingData()

foxit.addon.compliance.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 
)
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报告文件的完整路径。这不应该是空字符串。
返回
无。