PclLoadOptions
PclLoadOptions class
表示将 PCL 文件加载(导入)到 pdf 文档的选项。
public sealed class PclLoadOptions : LoadOptions, IPipelineOptions
构造函数
姓名 | 描述 |
---|---|
PclLoadOptions() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
BatchSize { get; set; } | 如果批量转换适用,则定义批量大小 到源格式和目标格式对。 |
LoadFormat { get; } | 代表文件格式LoadOptions 描述. |
WarningHandler { get; set; } | 回调以处理生成的任何警告。 WarningHandler 返回指定 Continue 或 Abort 的 ReturnAction 枚举项。 Continue 是默认操作,加载操作继续,但是用户也可以返回 Abort,在这种情况下加载操作应该停止。 |
字段
姓名 | 描述 |
---|---|
ConversionEngine | 定义将用于转换的转换引擎 |
Exceptions | 转换错误列表。 |
SupressErrors | 获取或设置布尔值,指示应该抑制 PCL 转换错误。 |
也可以看看
- class LoadOptions
- interface IPipelineOptions
- 命名空间 Aspose.Pdf
- 部件 Aspose.PDF