User479209339 posted
Hi All,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
I need your help to preview my label in my pocket pc before printing it. I am using the below code to print.
<O:P></O:P><o:p></o:p>
TcpClient printer = new TcpClient(ip, 9100);<O:P></O:P><o:p></o:p>
NetworkStream strm = printer.GetStream();<O:P></O:P><o:p></o:p>
strm.Write(sendBytes, 0, strlength);<O:P></O:P><o:p></o:p>
strm.Close();<O:P></O:P><o:p></o:p>
printer.Close();<O:P></O:P><o:p></o:p>
<O:P></O:P><o:p></o:p>
Is there any way to preview this before printing it?
Thanks in Advance