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.13.898
Syntax public void SendContents(
string fileNameOnPrinter,
byte[] fileContents
)
Public Sub SendContents (
fileNameOnPrinter As String,
fileContents As Byte()
)
public:
void SendContents(
String^ fileNameOnPrinter,
array<unsigned char>^ 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 See Also