Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想改变我的表格边框颜色,我正在使用 iTextsharp 库来生成 pdf 文件。
productsTable.DefaultCell.BorderColor= 新 CMYKColor(0f,0f,100f,0f);
当我使用这条线时,边框颜色不会改变。
那么请任何人帮助如何更改我的 iTextsharp 表格边框颜色?
在 ExportPDf 函数中添加此代码 -
ProcuctsTable.Style.Add(\\add style here );