PrintDocument Problem - Need to print locally
- From: kiergaro@xxxxxxxxx
- Date: 30 Mar 2007 16:11:07 -0700
I understand there is no way for the Server to see the Client
printers, but I have a routine that generates a bunch of bar codes on
a page and keeps it stored in a Graphics variable. Is there any way
possible to take the graphics variable and put it in a printable
window using windows.print() in Javascript?
Basically i'm doing something like this in the PrintPage()
Dim grfx As Graphics
.
.
.
grfx.DrawImage(myImage, hori + 60, hx, myImage.Width + 60,
myImage.Height + 14)
Then after the final thing is drawn, that's when I need to print it to
client side, not server. Is there any way I can accomplish this?
Jeff
.
- Follow-Ups:
- Re: PrintDocument Problem - Need to print locally
- From: bruce barker
- Re: PrintDocument Problem - Need to print locally
- Prev by Date: Re: Problem with the Legacy ASP files and the Sql Server Express
- Next by Date: Re: Problem with the Legacy ASP files and the Sql Server Express
- Previous by thread: Formatting GridView Columns Dynamically
- Next by thread: Re: PrintDocument Problem - Need to print locally
- Index(es):
Relevant Pages
|