何使用c#itextsharp为pdf设置cellborder为

何使用c#itextsharp为pdf设置cellborder为

本文介绍了如何使用c#itextsharp为pdf设置cellborder为零的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我使用itextsharp在c#中创建pdf。

我将图像上传到表格单元格中但边框线显示出来。

我不希望显示边框。

我给了cell.border = 0和image.border = 0,但它仍然显示边框。

但对于表格单元格中的文本,它可以正常工作。只为图像不起作用。

建议我?

i used itextsharp to create pdf in c#.
i uploaded the image in a table cell but border line is getting displayed.
i dont want the border to be shown.
i gave cell.border=0 and image.border=0 but still it displays border.
But for text in table cell it works. Only for image its not working.
Suggest me?

推荐答案


这篇关于如何使用c#itextsharp为pdf设置cellborder为零的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 07:24