Class ecrion.ultrascale.ImageErrorsHandlingMode

Top Previous Topic Next Topic  Print this topic

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.