PdfFileEditor.ConcatenateCorruptedFileAction

PdfFileEditor.ConcatenateCorruptedFileAction enumeration

在连接过程中遇到损坏的文件时执行的操作。

public enum ConcatenateCorruptedFileAction

价值观

姓名价值描述
StopWithError0如果遇到损坏的文件,则停止连接过程并返回错误。
ConcatenateIgnoringCorrupted1如果遇到损坏的文件,则不要停止连接,也不要处理损坏的文件。 可在故障属性中访问损坏的文件列表。
ConcatenateIgnoringCorruptedObjects2当源文档中遇到损坏的对象时,进程不会停止并且仅忽略损坏的对象。

也可以看看