Click or drag to resize

BaseImageProcessingAutomationCreateAndAdd Method

Creates an image processing job element based on the given meta data and adds it to the list of used image processing elements.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public BaseImageProcessingElement CreateAndAdd(
	Metadata metadata
)

Parameters

metadata  Metadata
The meta data the element is filled with.

Return Value

BaseImageProcessingElement
The created image processing element.
See Also