Enum ValidationMode
ValidationMode enumeration
Defines validation modes for reading files.
public enum ValidationMode
Values
Name | Value | Description |
---|---|---|
Skip | 0 | Skips validation completely. |
TryFix | 1 | In some specific cases, the file can be fixed, at which point the errors successfully fixed will be reported as warnings. |
Strict | 2 | Full validation, any error throws an exception. |
See Also
- namespace Aspose.CAD.FileFormats.GLB.Validation
- assembly Aspose.CAD