'Declaration Public Function GetDevice( _
ByVal indexThe zero-based index of the device.As Integer _
) As WiaDevice
public: WiaDevice* GetDevice(
int index
)
public:
WiaDevice^ GetDevice(
int index
)
Parameters
- index
- The zero-based index of the device.
Return Value
The device at the specified index.