PrinterUtilStoreFile Method
|
Stores the file on the printer at the specified location and name using any required file wrappers.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public static void StoreFile(
string connectionString,
string filePath,
string remoteName
)
Public Shared Sub StoreFile (
connectionString As String,
filePath As String,
remoteName As String
)
public:
static void StoreFile(
String^ connectionString,
String^ filePath,
String^ remoteName
)
Parameters
- connectionString
- Type: SystemString
The connection string. - filePath
- Type: SystemString
The path of the file to store. - remoteName
- Type: SystemString
The path on the printer.
Exceptions Remarks See Also