Class Document.RepairOptions

Document.RepairOptions class

表示修复 PDF 文档的选项。

public sealed class RepairOptions

Constructors

NameDescription
RepairOptions()默认构造函数。

Properties

NameDescription
RestoreIndirectObjectGenerations { get; set; }获取或设置一个值,指示在修复过程中是否恢复对间接对象的引用中的错误代数。

Remarks

此类提供了一种自定义 PDF 文档修复过程的方法。

See Also