Printing an image on a report

cpopham

Well-known member
Joined
Feb 18, 2004
Messages
273
I am trying to print an image on a report at the top. The only thing that i have found out so far is that you have to use a bitmap. Can you use another image type like jpeg?

This is what I have so far: Dim imgSeal As Image = Image.FromFile("C:\Seal.bmp")

Now I want to have the image centered on the top of the page and I want it to be scaled to a size of Width: 1.5 and Height 1.46. How do I code this to print it the way that I need it?

Thanks, Chester
 
Back
Top