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: 3.0.3271
Syntax
public void SendContents(
	string fileNameOnPrinter,
	byte[] fileContents
)

Parameters

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