ProfileSendContents Method
|
Adds a file to the profile named fileNameOnPrinter with the file contents from
fileContents.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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 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 See Also