Enum Ecrion.Ultrascale.ImageErrorsHandlingMode

Top Previous Topic Next Topic  Print this topic

ImageErrorsHandlingMode is a collection of values that can be set to specify what to do when encountering image processing errors.

 

Flags

 

Name

Description

IEH_ThrowError

An error is thrown and formatting fails.

IEH_Ignore

No error is thrown, the engine behaves like no image was specified.

IEH_IgnoreAndDisplayImageNotFound

The default behaviour; a stock image is used for those images that can't be found.