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.14.1869
Syntaxpublic 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