TxtLoadOptions

TxtLoadOptions class

加载 TXT 到 PDF 转换的选项。

public class TxtLoadOptions : LoadOptions

构造函数

姓名描述
TxtLoadOptions()默认构造函数。

特性

姓名描述
LoadFormat { get; }代表文件格式LoadOptions描述.
WarningHandler { get; set; }回调以处理生成的任何警告。 WarningHandler 返回指定 Continue 或 Abort 的 ReturnAction 枚举项。 Continue 是默认操作,加载操作继续,但是用户也可以返回 Abort,在这种情况下加载操作应该停止。

也可以看看