Table of Contents

Method Underline

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Underline(bool)

Sets the underline text style.

public TextStyle Underline(bool underline = true)

Parameters

underline bool

true to draw underline text; otherwise, false.

Returns

TextStyle

The copy of this style with the applied underline settings.