PdfFont.LineSpacing Method

PDF File Writer

PdfFontLineSpacing Method

Line spacing in user units

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double LineSpacing(
	double FontSize
)

Parameters

FontSize
Type: SystemDouble
Font size

Return Value

Type: Double
Line spacing
See Also