Image from filepath
Posted: Wed Jun 28, 2006 3:24 am
Hi there ,
How can i load a image from a filepath on the beforeprint event ?
TQ
:grinder:
How can i load a image from a filepath on the beforeprint event ?
TQ
:grinder:
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
You should use following code:magicang wrote:Hi there ,
How can i load a image from a filepath on the beforeprint event ?
TQ
:grinder:
Code: Select all
Image1.Image = Image.FromFile("Image1.gif");