删除1像素

时间:2017-05-16 02:14:30

标签: c# asp.net-mvc itext png

这张照片中的深灰色是Adobe Reader,1像素宽的白色空间是我要删除的,深蓝色是我的图像。

The dark gray in this picture is Adobe Reader, the 1 pixel wide white space is what I want to remove, and the dark blue is my image.

此边框显示在页面的两侧。我试过使图像明显比画布大,但1px边框仍然存在。

在页面的下方,我有一个无边框的表,它有彩色的行。 1px白色边框不会影响表格,它会正确显示。

以下是我用于将其添加到文档中的代码,徽标是PNG文件:

        logo.ScalePercent(25f);
        logo.BorderWidth = 0;
        logo.SpacingBefore = 0;
        logo.Border = 0;
        logo.BorderWidthLeft = 0;
        PdfSample.Add(logo);

0 个答案:

没有答案