Click or drag to resize

TwainControllerGetDefaultDevice Method

Returns the identity of the default system device.

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

Return Value

Type: TwainIdentity
The default system device identity.
Exceptions
ExceptionCondition
Thrown if the source manager is not open.
Remarks
The default device can be changed by the user with the ShowSelectSource method. Use GetTwainDevices to get a list of all Twain compatible devices on the system.
See Also