FileUtilLinkOsGetObjectFromPrinter(String) Method
|
Retrieves a file from the printer's file system and returns the contents of that file as a byte array.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax byte[] GetObjectFromPrinter(
string filePath
)
Function GetObjectFromPrinter (
filePath As String
) As Byte()
array<unsigned char>^ GetObjectFromPrinter(
String^ filePath
)
Parameters
- filePath String
- The absolute file path on the printer ("E:SAMPLE.TXT").
Return Value
ByteThe file contents
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