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.
テーブルの境界線の色を変更したいのですが、pdf ファイルを生成するために iTextsharp ライブラリを使用しています。
productsTable.DefaultCell.BorderColor= new CMYKColor(0f,0f,100f,0f);
この行を使用すると、境界線の色は変わりません。
iTextsharpテーブルの境界線の色を変更する方法を誰か助けてください。