DataRecoveryMode Enumeration |
The data recovery mode.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic enum DataRecoveryMode
Public Enumeration DataRecoveryMode
public enum class DataRecoveryMode
Members
| Member name | Value | Description |
---|
| None | 0 |
No data recovery is implied. Whenever the file format has some corrupted data the appropriate exception is thrown.
|
| ConsistentRecover | 1 |
The consistent recovery mode tries to recover all data as long as corruption does not break the file format and allows correct further processing.
|
| MaximalRecover | 2 |
The maximal recovery mode recovers all data even if the file format has corrupted structure and further processing may yield unattended effects.
|
See Also