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