The distance in points between the lower extreme of a font and the position of an underline for a font of size 1 pt. Multiply the value of this property with the font size to get the distance in points.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public double UnderlineOffset { get; }
Visual Basic
Public ReadOnly Property UnderlineOffset As Double
	Get

Remarks

This property can be used to draw underlines.

See Also