PdfFont.UnderlinePosition Method

PDF File Writer

PdfFontUnderlinePosition Method

Underline position in user units

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

Parameters

FontSize
Type: SystemDouble
Font size

Return Value

Type: Double
Underline position
See Also