MhtLoadOptions
MhtLoadOptions class
表示将 .mht 文件加载/导入到 pdf 文档的选项。
public sealed class MhtLoadOptions : LoadOptions
构造函数
姓名 | 描述 |
---|---|
MhtLoadOptions() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
LoadFormat { get; } | 代表文件格式LoadOptions 描述. |
PageInfo { get; } | 获取或设置文档页面信息 |
WarningHandler { get; set; } | 回调以处理生成的任何警告。 WarningHandler 返回指定 Continue 或 Abort 的 ReturnAction 枚举项。 Continue 是默认操作,加载操作继续,但是用户也可以返回 Abort,在这种情况下加载操作应该停止。 |
也可以看看
- class LoadOptions
- 命名空间 Aspose.Pdf
- 部件 Aspose.PDF