DataRecoveryMode Enumeration

The data recovery mode.

Module: aspose.imaging

Full Name: aspose.imaging.DataRecoveryMode

Aspose.Imaging Version: 24.4.0

Members

Member nameDescription
CONSISTENT_RECOVERThe consistent recovery mode tries to recover all data as long as corruption does not break the file format and allows correct further processing.
MAXIMAL_RECOVERThe maximal recovery mode recovers all data even if the file format has corrupted structure and further processing may yield unattended effects.
NONENo data recovery is implied. Whenever the file format has some corrupted data the appropriate exception is thrown.