Method SetDevice
SetDevice(String)
Sets the active signature device that should be used for signature interactions, for instance StartSignatureMode(SignMode). If not set, the driver chooses a device on its own. For getting device names, use DeviceSearch(out String[], Int32, FilterDeviceKind) or EnumerateDevices(out String[], out Int32, FilterDeviceKind).
Declaration
public Error SetDevice(string deviceDescriptor)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | deviceDescriptor |
Returns
| Type | Description |
|---|---|
| Error | Error |