Click or drag to resize

DeviceShowUserInterface Method

Displays the device interface.

This operation is used by applications that wish to display the device user interface to allow the user to manipulate the devices current settings for resolution, paper size, etc. but not acquire an image.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool ShowUserInterface()

Return Value

Type: Boolean
False if the user canceled the dialog.
Exceptions
ExceptionCondition
Thrown if the current state is other than SourceOpen.
Remarks
You should check the EnableInterfaceOnly property to see if this feature is supported.
See Also