public static final class PdfFileEditor.ConcatenateCorruptedFileAction
extends com.aspose.ms.System.Enum
Action performed when corrupted file was met in concatenation process.
Modifier and Type | Field and Description |
---|---|
static int |
ConcatenateIgnoringCorrupted
If corrupted file was met, then don't stop concatenation and don't process corrupted
file.
|
static int |
ConcatenateIgnoringCorruptedObjects
When corrupted object is met in source document, process will not stopped and corrupted
object only is ignored.
|
static int |
StopWithError
If corrupted file was met, then stop concatentation process and return error.
|
public static final int StopWithError
If corrupted file was met, then stop concatentation process and return error.
public static final int ConcatenateIgnoringCorrupted
If corrupted file was met, then don't stop concatenation and don't process corrupted file. List of corrupted files is accessible in Failures property.
public static final int ConcatenateIgnoringCorruptedObjects
When corrupted object is met in source document, process will not stopped and corrupted object only is ignored.