public method FormattedTextElementBuilder.SetUnderlineStroke

Brief

Sets the underline stroke style for the text element.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder  SetUnderlineStroke (Gehtsoft.PDFFlow.Models.Enumerations.Stroke underline)

Parameters
underline

The underline stroke style.

Details

The underline color will be the same as the font color.

Declared in FormattedTextElementBuilder

back