Click or drag to resize

ProfileSendContents Method

Adds a file to the profile named fileNameOnPrinter with the file contents from fileContents.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void SendContents(
	string fileNameOnPrinter,
	byte[] fileContents
)

Parameters

fileNameOnPrinter
Type: SystemString
The full name of the file on the printer (e.g "R:SAMPLE.ZPL").
fileContents
Type: SystemByte
The contents of the file to send.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also