Paxar 6039 Printer User Manual


 
3-14 Programmer’s Manual
TextDoubleByte
Description
Writes a string to the Print subsystem. MPCL packets can be sent as a
string. After sending a completed MPCL Packet use the LastPrintStatus
function to get a status of the MPCL Packet.
Syntax
public string TextDoubleByte
Parameters
String to be sent to print
Return Values
None
Example C#
using Ultra;
Ultra.Print rPrint = new Print(); //Instantiate class
rPrint.Text = "{F,4,A,R,E,200,200,\"Japan\"|";
rPrint.Text = "C,50,0,0,139,2,2,B,L,0,0,\"";
rPrint.TextDoubleByte = “\x82C6\x82C6\x82BD”;
strScanData + "\"|}";
rPrint.Text = "{B,4,N,1|E,0,0,1,1,0,1|}";