Method CopyFileFromDevice
CopyFileFromDevice(String, String)
Copies a file from the filesystem of the signature device to a local storage location.
Declaration
Error CopyFileFromDevice(string deviceFile, string localSavePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | deviceFile | The file name on the filesystem of the device. |
System.String | localSavePath | The file to write to. |
Returns
Type | Description |
---|---|
Error | Error |