Click or drag to resize

IsisController.ShowConfigurationDialog Method

Displays a dialog box showing configuration information for a scanner and allowing the configuration information to be changed by the user.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public bool ShowConfigurationDialog(
	IWin32Window parent
)

Parameters

parent
Type: System.Windows.Forms.IWin32Window
The window that will act as the parent for this dialog.

Return Value

Type: Boolean
True if the user selected the OK button.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the parent argument is not provided.
See Also