DocumentRecoveryMode enumeration
DocumentRecoveryMode enumeration
Specifies the available recovery options when a document encounters errors during loading.
Members
Name | Description |
---|---|
None | No recovery is attempted. If the document is invalid, loading will fail with an error. |
TryRecover | Attempts to recover the document while preserving as much data as possible. |
See Also
- module Aspose.Words.Loading