How can I change the line-height of a PDF font or paragraph using iTextSharp?
paragraph.SetLeading(X, Y) where X - is fixed leading and Y is leading multiplayer. Leading is space between two text baselines. Final leading value is calculated like: X+Y*max font size in row.