iTextSharp - 来自资源的不同图像显示

时间:2016-02-03 07:36:49

标签: c# image winforms resources itextsharp

我将此图片添加到资源

enter image description here

但是在使用iTextSharp打印图像之后。图像更改为enter image description here

该图像格式为.PNG

我使用here.

中的代码
var logo = System.Drawing.Image.FromHbitmap(Properties.Resources.ABCRC_Logo.GetHbitmap());
        var ABCRCLogo = Image.GetInstance(logo, System.Drawing.Imaging.ImageFormat.Png);
        ABCRCLogo.ScaleAbsolute(120f, 40f);

图像背景变为灰色。任何人都可以使图像背景像第一个一样。对不起我的英语很抱歉。

0 个答案:

没有答案