Hi all,
I ma having troubling displaying images using PrintDocument. The images are originally big but I can't seem to resize them without distorting the image,
Does anyone know how I can add it and reduce the size by a percentage or something like that rather than by width and height.
He is an example of my code:
Hope somone can help pls..
Thanks
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express
I ma having troubling displaying images using PrintDocument. The images are originally big but I can't seem to resize them without distorting the image,
Does anyone know how I can add it and reduce the size by a percentage or something like that rather than by width and height.
He is an example of my code:
Code:
Dim MyLogo As Image = Global.My_App.My.Resources.Resources.MyLogo
e.Graphics.DrawImage(MyLogo, 50, 35, 88, 73)
Hope somone can help pls..
Thanks
John
.NET 2.0, Visual Studio 2005, SQL Server 2005 Express