Enum PdfFileEditor.ConcatenateCorruptedFileAction

PdfFileEditor.ConcatenateCorruptedFileAction enumeration

Action performed when corrupted file was met in concatenation process.

public enum ConcatenateCorruptedFileAction

Values

NameValueDescription
StopWithError0If corrupted file was met, then stop concatentation process and return error.
ConcatenateIgnoringCorrupted1If corrupted file was met, then don’t stop concatenation and don’t process corrupted file. List of corrupted files is accessible in Failures property.
ConcatenateIgnoringCorruptedObjects2When corrupted object is met in source document, process will not stopped and corrupted object only is ignored.

See Also