Click or drag to resize

BaseImageProcessingAutomationInvokeIPProcElementUIRequested Method

Callback method to open an image processing job element's settings dialog.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected void InvokeIPProcElementUIRequested(
	BaseImageProcessingAutomation imageProcessingAutomation,
	Object ipView,
	BaseImageProcessingElement ipe,
	int confirmationType,
	Action<BaseImageProcessingElement> callback
)

Parameters

imageProcessingAutomation  BaseImageProcessingAutomation
The image processing automation element.
ipView  Object
The view of the image processing job element to be opened.
ipe  BaseImageProcessingElement
The image processing job element.
confirmationType  Int32
The confirmation type; see Marker.GUI.Common.Interactivity.ConfirmationType enum.
callback  ActionBaseImageProcessingElement
Callback method which is called when the dialog is closed.
See Also