Click or drag to resize

BaseImageProcessingAutomationAvailableImageProcessingElements Property

The list of available job elements. This list is recreated each time a new image processing object is created.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public IReadOnlyCollection<Metadata> AvailableImageProcessingElements { get; protected set; }

Property Value

IReadOnlyCollectionMetadata
See Also