print picture

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
Hrcko,

Take a look at the PrintDocument class, it will give you a way to print
to the printer. You will have to do most of the work yourself though (like
drawing the picture on the graphics context), but it shouldn't be too hard.
 
Hi,


Hrvoje Voda said:
How to print picture from pictureBox?


You will have to use PrintDocument, The bad thing about this approach is
that you will have to do almost all the work yourself, especially the
calculation about sizes.

I have never printed an image, just documents and it was difficult at the
beggining but once you learn how to do it is easy.
 

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

Similar Threads

unload picture 2
image 1
read jpg file 2
string to image 1
PictureBox on a Panel -- display scrollbars for large pics? 5
A parameter is not valid 1
listview 3
datetime 9

Back
Top