Method CopyFileToDevice
CopyFileToDevice(String, String)
Puts a file as a resource to the filesystem of the signature device.
Declaration
Error CopyFileToDevice(string path, string deviceFile)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The file to be uploaded. |
System.String | deviceFile | Save with this name on the filesystem of the device. |
Returns
Type | Description |
---|---|
Error | Error |