PdfFont.UnderlineWidth Method

PDF File Writer

PdfFontUnderlineWidth Method

Underline width in user units

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

Parameters

FontSize
Type: SystemDouble
Font size

Return Value

Type: Double
Underline line width.
See Also