Adding Image to Device Context

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
marcmc said:
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.
 

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

Back
Top