FileUtilLinkOsGetPrinterDownloadableObjectFromPrinter Method 
             | 
          
        
         
            Retrieves a file from the printer's file system and returns the contents of that file as a byte array including
            all necessary file wrappers for redownloading to a Zebra printer.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxbyte[] GetPrinterDownloadableObjectFromPrinter(
	string filePath
)
Function GetPrinterDownloadableObjectFromPrinter ( 
	filePath As String
) As Byte()
array<unsigned char>^ GetPrinterDownloadableObjectFromPrinter(
	String^ filePath
)
Parameters
- filePath
 - Type: SystemString
The absolute file path on the printer ("E:SAMPLE.TXT") 
Return Value
Type: 
ByteA Zebra printer downloadable file content.
Exceptions
Remarks
            Will retrieve the following file extensions: ZPL, GRF, DAT, BAS, FMT, PNG, LBL, PCX, BMP, WML, CSV, HTM, TXT
            Files transferred between different printer models may not be compatible.
            
See Also