BaseImageProcessingElementGetSettingsFromView Method |
Retrieves possibly changed data from an image processing job element's
Settings dialog.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic virtual void GetSettingsFromView(
IImageProcessingView view,
bool addAllVariationParameters
)
Parameters
- view IImageProcessingView
- The dialog's view.
- addAllVariationParameters Boolean
- Controls the content of the
combo box for selection of the variation parameters: If true, all
variation parameters are shown, otherwise only the currently editable
ones.
See Also