如何用iTextSharp设置PDF段落或字体行高?

问题描述:

如何使用iTextSharp更改PDF字体或段落的行高?

How can I change the line-height of a PDF font or paragraph using iTextSharp?

排版被称为领先。如果可以使用行间距,可以使用Paragraph.Leading或Paragraph.LeadingMultiplier。请参阅 http://itextsharp.sourceforge.net/tutorial/ch02.html#phrase

Line spacing in terms of typography is called leading. If you can use line spacing, you can use Paragraph.Leading or Paragraph.LeadingMultiplier. See http://itextsharp.sourceforge.net/tutorial/ch02.html#phrase