Click here to Skip to main content
15,903,033 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to taking printout without opening Print dialog in C#.NET.
Posted
Comments
Prerak Patel 12-Sep-11 0:00am    
What do you want to print? Use Google first.

1 solution

If you don't want Print dialog, don't open it. What's the problem?

If you use System.Drawing, use System.Drawing.Printing.PrintDocument for all your printing chores, see http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx[^].

—SA
 
Share this answer
 
Comments
[no name] 13-Sep-11 16:59pm    
thanks for your support...........

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