how to print view without text being cut off

O

ocean

whenever I print something from the web the text is cut-off at the end of the
line, how can I correct this?
 
A

Alvin Bruney - ASP.NET MVP

you have to implement your own print routine. By default, the print request
is handled by the container application (browser)

--
Warm Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
 
O

ocean

How do I implement my own print routine?

Alvin Bruney - ASP.NET MVP said:
you have to implement your own print routine. By default, the print request
is handled by the container application (browser)

--
Warm Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
-------------------------------------------------------



ocean said:
whenever I print something from the web the text is cut-off at the end of the
line, how can I correct this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top