2019 SDK IPrinter.SendDataToPrinter What format is Data byte[]?
Posted: Mon Nov 28, 2022 6:00 pm
Question: What format/encoding should be the data byte[]?
- Base64, Ascii, etc.?
Information copied below from Nice Label SDK Help File.
Printer.SendDataToPrinter Method NiceLabel SDK.NET
Sends the data to printer by creating a new print job and sending it to the spooler.
Namespace: NiceLabel.SDK
Assembly: SDK.NET.Interface (in SDK.NET.Interface.dll) Version: 17.2.0.0 (19.2.1.5400)
Syntax
--------------------------------------------------------------------------------
C#VBC++F#Copyvoid SendDataToPrinter(
byte[] data
)
Sub SendDataToPrinter (
data As Byte()
)
void SendDataToPrinter(
array<unsigned char>^ data
)
abstract SendDataToPrinter :
data : byte[] -> unit
Parameters
data
Type: System.Byte[]
The data for the print job.
See Also
--------------------------------------------------------------------------------
Reference
IPrinter Interface
NiceLabel.SDK Namespace
- Base64, Ascii, etc.?
Information copied below from Nice Label SDK Help File.
Printer.SendDataToPrinter Method NiceLabel SDK.NET
Sends the data to printer by creating a new print job and sending it to the spooler.
Namespace: NiceLabel.SDK
Assembly: SDK.NET.Interface (in SDK.NET.Interface.dll) Version: 17.2.0.0 (19.2.1.5400)
Syntax
--------------------------------------------------------------------------------
C#VBC++F#Copyvoid SendDataToPrinter(
byte[] data
)
Sub SendDataToPrinter (
data As Byte()
)
void SendDataToPrinter(
array<unsigned char>^ data
)
abstract SendDataToPrinter :
data : byte[] -> unit
Parameters
data
Type: System.Byte[]
The data for the print job.
See Also
--------------------------------------------------------------------------------
Reference
IPrinter Interface
NiceLabel.SDK Namespace