i downloaded the last version of iTextSharp dll. I generated a PdfPTable object and i have to set it\'s height. Despite to set width of PdfPTable, im not able to set height
you can use any one of following
cell.MinimumHeight = 20f;
or
cell.FixedHeight = 30f;