how do i print images. i have a jpeg i would like to print using code and i am kind of lost. any help would be appreciated
thanks in advance
Printable View
how do i print images. i have a jpeg i would like to print using code and i am kind of lost. any help would be appreciated
thanks in advance
Assumimg that you loaded the image you want to print in a PictureBox control then you can use the following code:
Printer.PaintPicture Picture1.Picture, 0, 0