I meant that not all the data is printed. Some information is missing. For eg. - If I am printing an array of 100 items, then the receipt prints first 30-40 lines then it jumps of to printing last few records.
I am using bool SendStringToPri nter( string szPrinterName, string szString ) function.
I had debugged to find if complete string is passed to the above procedure call and it is correct. How can I find if correct byte...
User Profile
Collapse
-
Send raw data to printer using C#
I have implemented the code to send raw data to printer using the below KB article.
http://support.microso ft.com/?kbid=322091
The receipt printer works for small strings but when I send large string data (250 lines), not all the information is printed correctly. Has anyone run into this issue before.
Please help !!
No activity results to display
Show More
Leave a comment: