G Guest Nov 16, 2004 #1 Can someone give me an example of how to print the image that is contained within a picturebox? Thanks in advance... Anthony
Can someone give me an example of how to print the image that is contained within a picturebox? Thanks in advance... Anthony
C Cor Ligthert Nov 16, 2004 #2 Anthony, I assume that this is the same question as I answered above? Cor
H Herfried K. Wagner [MVP] Nov 16, 2004 #3 Anthony Nystrom said: Can someone give me an example of how to print the image that is contained within a picturebox? Click to expand... PrintingDemo <URL:http://dotnet.mvps.org/dotnet/samples/printing/PrintingDemo.zip> .... use 'DrawImage' in your 'PrintDocument''s 'PrintPage' event to draw the image onto the printer.
Anthony Nystrom said: Can someone give me an example of how to print the image that is contained within a picturebox? Click to expand... PrintingDemo <URL:http://dotnet.mvps.org/dotnet/samples/printing/PrintingDemo.zip> .... use 'DrawImage' in your 'PrintDocument''s 'PrintPage' event to draw the image onto the printer.