I want to change my table border color, I am using iTextsharp library for generating pdf file.
productsTable.DefaultCell.BorderColor= new CMYKColor(0f,0f,100f,0f);
When I use this line the border color not change.
So please anybody help that how to change my iTextsharp table border color?