Suppressing errors when processing an image

By default, the CRMGraphicBlock object shows all errors encountered when processing an image.

You can suppress errors by using the DisplayErrors parameter of the Effect(Mode, Value)method exposed by the CRMGraphicBlock object, as shown in the example below:

Copy
Effect('DisplayErrors','false');