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.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntaxpublic BaseImageProcessingElement CreateAndAdd(
Metadata metadata
)
Parameters
- metadata Metadata
- The meta data the element is filled with.
Return Value
BaseImageProcessingElementThe created image processing element.
See Also