ImageErrorsHandlingMode is a collection of values that can be set to specify what to do when encountering image processing errors.
Flags
Name |
Value |
Description |
IEH_ThrowError |
0 |
An error is thrown and formatting fails. |
IEH_Ignore |
1 |
No error is thrown, the engine behaves like no image was specified. |
IEH_IgnoreAndDisplayImageNotFound |
2 |
The default behaviour; a stock image is used for those images that can't be found. |