PdfFileEditor.CorruptedFileAction

PdfFileEditor.CorruptedFileAction property

This property defines behavior when concatenating process met corrupted file. Possible values are: StopWithError and ConcatenateIgnoringCorrupted.

public ConcatenateCorruptedFileAction CorruptedFileAction { get; set; }

See Also