all groups > dotnet drawing api > march 2005 >
You're in the

dotnet drawing api

group:

Print to client printer from web application


Print to client printer from web application Patsy
3/31/2005 8:45:02 PM
dotnet drawing api:
Hi

I'm trying to send an image file on the server to print from client default
printer. I see that System.Drawing.Printing has a PrintDocument control. Can
this control be used to attain my purpose? Or is there an alternative to
achieve my aim?
--
Re: Print to client printer from web application Lau Lei Cheong
4/1/2005 6:22:07 PM
No. That is for printing at the server-side if you use it.

To print at client-side, use client-side scripts. (e.g.: window.print() in
javascript)

I'm aware that there's a Crystal Web component come with VS.NET that you may
want to try, though I have not tried that.

"Patsy" <Patsy@discussions.microsoft.com> ¦b¶l¥ó
news:BC521766-4E26-41B0-9FAC-856C6DAAE669@microsoft.com ¤¤¼¶¼g...
[quoted text, click to view]

Re: Print to client printer from web application Patsy
4/4/2005 9:17:02 PM
Ok but can I use the PrintDocument control and expose its methods to create
it as a dll to print image file to the client printer?

[quoted text, click to view]
AddThis Social Bookmark Button