Click or drag to resize

StoreImages Enumeration

Under these conditions result images can be saved if activated in an image processing element.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public enum StoreImages
Members
Member nameValueDescription
Never0 With this setting saving of images is switched off.
OnError1 A result image will be only saved if the object detection failed.
Always2 A result image will be saved, does not matter if the detection has been successful or not.
See Also