When I use the below code, the image is not created.
String imgstroepath = @“E:\log\22f39ab2-75dd-4960-a006-44196251d6042.png”;
Image image =Image.FromFile(imgstroepath);
HtmlRender.RenderToImage(image, strHTML,newPoint(15, 10));
Regards & thanks,
Arumairaj Isaac.