Click or drag to resize

DeviceCollectionGetDevice Method

Returns a specific Device object.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Device GetDevice(
	string productName
)

Parameters

productName
Type: SystemString
The product name of the Device. This is the name that shows in the Select Source dialog.

Return Value

Type: Device
A Device object that matches the product name or null (Nothing in Visual Basic).
See Also