views:

304

answers:

0

I use itextsharp v 4.1.2.0

My table (iTextSharp.text.Table) has many columns. I want the text in the cell housed vertically. This possibility is in the cells pdfptable, but I can not use it

pdfPCell.Rotation = 90;

How i can rotate text in cells of Table?