Click or drag to resize

IsisControllerShowDeviceDialog Method

Displays a scanner configuration dialog, allowing users to change scan settings.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool ShowDeviceDialog(
	IWin32Window parent
)

Parameters

parent
Type: System.Windows.FormsIWin32Window
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