public final class DataRecoveryMode
extends com.aspose.ms.System.Enum
The data recovery mode.
Modifier and Type | Field and Description |
---|---|
static int |
ConsistentRecover
The consistent recovery mode tries to recover all data as long as corruption does not break the file format and allows correct further processing.
|
static int |
MaximalRecover
The maximal recovery mode recovers all data even if the file format has corrupted structure and further processing may yield unattended effects.
|
static int |
None
No data recovery is implied.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
No data recovery is implied. Whenever the file format has some corrupted data the appropriate exception is thrown.
public static final int ConsistentRecover
The consistent recovery mode tries to recover all data as long as corruption does not break the file format and allows correct further processing.
public static final int MaximalRecover
The maximal recovery mode recovers all data even if the file format has corrupted structure and further processing may yield unattended effects.