IsisController.ShowDeviceDialog 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public bool ShowDeviceDialog(
IWin32Window parent
)
Public Function ShowDeviceDialog (
parent As IWin32Window
) As Boolean
Parameters
- parent
- Type: System.Windows.Forms.IWin32Window
The window that will act as the parent for this dialog.
Return Value
Type:
BooleanTrue if the user selected the OK button.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown if the parent argument is not provided. |
See Also