FileUtilLinkOsGetObjectFromPrinter Method (Stream, String)
             | 
          
        
         
            Retrieves a file from the printer's file system and writes the contents of that file to destinationStream.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxvoid GetObjectFromPrinter(
	Stream destinationStream,
	string filePath
)
Sub GetObjectFromPrinter ( 
	destinationStream As Stream,
	filePath As String
)
void GetObjectFromPrinter(
	Stream^ destinationStream, 
	String^ filePath
)
Parameters
- destinationStream
 - Type: System.IOStream
Output stream to receive the file contents - filePath
 - Type: SystemString
The absolute file path on the printer ("E:SAMPLE.TXT"). 
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