Change Table Lines Thickness

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v11)  /  Change Table Lines Thickness

DynamicPDF CoreSuite for .NET (v11) Forum

 Jun 25 2021 6:28 AM
Hi, I'm trying to use the thinnest posible lines for my table when generating a PDF, still I only manage to change the thickness of the border lines, not the inside ones. Is there any way to reduce the thickness of all of the lines of the table? Thanks
 Jun 25 2021 12:00 PM
Posted by a ceTe Software moderator
Hello,

Here is a code sample to achieve this:

           Table2 tableA = new Table2(0, 0, 200, 600);
            tableA.Border.Width = 0.1F;
            tableA.CellDefault.Border.Width = 0.1F;

Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 3:17 AM.