| c# Programming Glossary: pdfpcellHow to reduce memory consumption of PdfPTable with many cells http://stackoverflow.com/questions/15482142/how-to-reduce-memory-consumption-of-pdfptable-with-many-cells  getting an Out of memory Exception due to the large number PdfPCells that are created I've profiled the memory usage I've got nearly.. j 0 for int i 0 i gridView.HeaderRow.Cells.Count i  PdfPCell cell new PdfPCell new Phrase text table.AddCell cell  document.Add.. i 0 i gridView.HeaderRow.Cells.Count i  PdfPCell cell new PdfPCell new Phrase text table.AddCell cell  document.Add table document.Close.. 
 iTextSharp Adding Text plus Barcode in a single cell? http://stackoverflow.com/questions/3215522/itextsharp-adding-text-plus-barcode-in-a-single-cell    share improve this question   Rather simple actually... PdfPCell cell new PdfPCell table.DefaultCell optional cell.AddElement.. question   Rather simple actually... PdfPCell cell new PdfPCell table.DefaultCell optional cell.AddElement tempString cell.AddElement.. of that...you may have to experement a little such as this PdfPCell cell new PdfPCell table.DefaultCell optional Phrase phrase new.. 
 |