Click or drag to resize

DeviceEnableInterfaceOnly Property

Gets a value indicating if the source will allow you to display the source interface without acquiring an image.

If the device does support this feature, you can use the ShowUserInterface method to display the device interface and allow the user to select their options without acquiring 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 EnableInterfaceOnly { get; }

Property Value

Type: Boolean
A value indicating if the source will allow you to display the source interface without acquiring an image.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
See Also