Home All Groups Group Topic Archive Search About

Adding Image to Device Context

Author
16 Jun 2006 8:46 AM
Prashant
Hi,

I want to add image to printer. So that while printing print will come come
along with stamp image. I am doing printing by creating dc. I am not using
vb.net method of using printdocument & adding graphics thorugh its event
handler.

How can add graphics to my device context through dotnet?

Thanks

Author
16 Jun 2006 10:03 AM
marcmc
just add a picture box to the form from the toolbox and fill in the path to
the image.
Author
16 Jun 2006 10:40 AM
Prashant
"marcmc" wrote:

> just add a picture box to the form from the toolbox and fill in the path to
> the image.

Thanks for your reply.

But you have not understood my question correctly.

I have use picturebox & given the path of the image. But when I start
printing my documents, at the bottom of this document image should be
printed. Its like adding watermark.