Controllers are Skinny, Models are Fat, MVC is where it's at!
iTextSharp.text.pdf.draw.LineSeparator line1 = new iTextSharp.text.pdf.draw.LineSeparator(0f, 100f, BaseColor.BLACK, Element.ALIGN_LEFT, 1); document.Add(new Chunk(line1));