Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi..

how to remove table border in pdf using c#???
Posted
Comments
Sampath Lokuge 16-Dec-13 3:31am    
Are you using iTextSharp for pdf creation?
Member 10276220 16-Dec-13 4:01am    
yeah....i am using itextSharp
Sampath Lokuge 16-Dec-13 7:03am    
Check this Article which I have written.But this is for ASP.net MVC. But you can have some knowledge about it. http://sampathloku.blogspot.com/2013/04/how-to-create-aspnet-mvc-3-report.html
Member 11230530 9-Jun-15 7:16am    
no not have itextsharp

1 solution

// remove borders
   myTable.DefaultCellBorder = Rectangle.NO_BORDER;
   myTable.Border = Rectangle.NO_BORDER;
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900