Click here to Skip to main content
16,016,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I using HtmlPrinter to print the bill in my C# Windows application as,

HtmlPrinter.HtmlPrinter hpObj = new HtmlPrinter.HtmlPrinter();
hpObj.PrintHtml(strvalue, true);


no other setting have been configured for it..
While previewing the print document it's looking like normal form tat what i hav designed in it..
but when i'm printing in dot matrix printer,the page contains some anonymous data's such as..
dhtml led0,page 1 of 1 and current date in every page.This makes the single bill to print on multiple pages.
Hope somebody helps asap.!!!!!
Thanks in Advance..!!!
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900