ImageErrorsHandlingMode is a collection of values that can be set to specify what action must take place when image processing errors are encountered.
Flags
Name |
Description |
Ignore |
No error is thrown, the engine behaves like no image was specified. |
IgnoreAndDisplayImageNotFound |
The default behaviour; a stock image is used for those images that can't be found. |
ThrowError |
An error is thrown and formatting fails. |