print picture

N

Nicholas Paldino [.NET/C# MVP]

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.
 
I

Ignacio Machin \( .NET/ C# MVP \)

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


Top